Brain-Power-Amazon-Fidgetology
Brain-Power-Amazon-Fidgetology copied to clipboard
Not able to launch the stack
I tried multiple times from the blog link and from the git, but I am not able to launch the stack. Can you please help me out with this?
Could you please provide the CloudFormation logs (from the AWS Console) or the console output from your Terminal/Shell, so I can diagnose the failure reason?
https://user-images.githubusercontent.com/38581611/65492383-6d4e7b80-dece-11e9-859e-28a9a2fc1d67.PNG
I am getting the same window for more than 45 minutes. I tried it with both lite vesion and full version in your git post but unfortunately every time I am stuck with the same window.
Do you have full admin privileges on the AWS account you are launching the stack in?
Yes, I do have full administrative privileges yet not able to perform the launch function.
It appears that AWS did a site-wide update of its online console interface. The new CloudFormation interface is buggy and the "Launch stack" links do not work.
You have two options:
-
If you need to get this working urgently, disable the new console interface. Then visit the "Launch stack" link again using the old interface.
-
Wait for AWS to fix the bug in their new console interface. I have also just submitted a support ticket informing AWS of this bug in their interface.
I am totally willing to work with it as soon as possible. But I have no idea about how to disable the new console interface. How to go with it and will it affect my other ongoing projects in my same account?
Okay, so now I am able to create the stack successfully but as soon as I execute it, it goes to the rollback stage and finally shows the message as ROLLBACK_FAIL. Please help me out witj this.
https://user-images.githubusercontent.com/38581611/65725403-2def7d00-e0d0-11e9-8bca-f1bb6c4dc11e.JPG
Hi, I have updated the repo documentation with new links and screenshots to reflect AWS’s new online console interface. I have upgraded the Lambda Node.js version, which was causing your stack deploy to fail. Please re-fetch this repository, delete all Cloudformation resources and S3 buckets associated with this stack, and attempt to relaunch the stack.
Hello sir, I refered your updated repo documentation. I tried launching the stack once again from scratch but I found the "Access Denied" error. This may be because the S3 link provided while creating the stack is not open to all. Can you help me with this? https://user-images.githubusercontent.com/38581611/65793379-47053600-e183-11e9-95ec-85c0ab3cac42.PNG
Sorry, the template file was private. Just fixed
I am not able to implement it with the updates too. I tried it for last two days but not able to fix it. Can you help me with this? https://user-images.githubusercontent.com/38581611/65850129-28fa2a00-e36b-11e9-87a2-9486f64e0e43.JPG
CloudFormation Event logs are useful in diagnosing why a stack deploy fails.
Could you screenshot those (click on the "Events" tab), and indicate which event gave an error?
https://user-images.githubusercontent.com/38581611/65911991-1c1d1b00-e3eb-11e9-8836-bcfe5fd76983.JPG https://user-images.githubusercontent.com/38581611/65912002-1fb0a200-e3eb-11e9-8c34-b6773558fd7e.JPG https://user-images.githubusercontent.com/38581611/65912008-2212fc00-e3eb-11e9-9c4f-dfc9f1c0275b.JPG
It rollbacks and deletes the failed resources.
@yasteeShah you need to DELETE the stack AND any resources that might have been leftover. This screenshot shows the earliest error chronologically. You can see WebAppBucket
already exists and Cloudformation is complaining. Delete that bucket and your stack and retry.
The S3Key for the S3ToKVSLambda function is invalid and hence stack creation is failing with an S3 Access Denied error. Please verify by trying to access the following URL: https://s3.amazonaws.com/brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b
Please fix urgently.
I am seeing the same error, would love a fix as urgently as possible. the s3 access is being denied for brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b
I am seeing the same error, would love a fix as urgently as possible. the s3 access is being denied for brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b
same issue here as well..
I am seeing the same error, would love a fix as urgently as possible. the s3 access is being denied for brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b
I'm also having the same issue
I think the bucket is created with wrong permissions likely. I was able to work around this by
- Downloading the full template which is created when you click the Launch button.
- Creating my own bucket in us-east-1
- Uploading jar file to that bucket
- Changing the CodeUri field in the template to point to the file in bucket instead of the default one
- Launching with my template
Omg, this is still open :( s3 access is being denied for brain-power-fidgetology-demo-bootstrap/11cf97b799cc8689b2f0bc0f6e68069b
Anyone mind giving me a hand with this?