-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFormation Script fails on s3 bucket creation #10
Comments
My theory is that you had this turned on which blocked the bucket creation with public permissions. Turning it off before deploying the stack should do it. I had that off and it works for me in Oregon. https://aws.amazon.com/blogs/aws/amazon-s3-block-public-access-another-layer-of-protection-for-your-accounts-and-buckets/ |
Yeah a couple things changed from when we initially created this workshop. We'll look into it. |
Same issue here. Would love help on a workaround. |
@jarednielsen The bucket should create successfully now with CloudFormation. Where you might still run into issues is when you upload an object. Where did you run into the problem? |
The bucket creates successfully, but I'm unable to upload an object because of blocked public access. Is there a workaround for an account with blocked public access? |
Maybe I missed something but I wasn't able to press the magic button on the setup section. I got a 'permissions denied' error on the bucket creation. I think this may be due to the change in the way s3 buckets can be configured for website (public access).
To get that script to work I did this:
when performing cleanup, lots of things failed, this may help, before deleting stack:
Hope this helps somebody. This was a VERY useful tutorial
The text was updated successfully, but these errors were encountered: