awsdocs / aws-cloudformation-user-guide

The open source version of the AWS CloudFormation User Guide
Other
765 stars 1.3k forks source link

Fix S3 bucket creation #1329

Closed dnicolson closed 11 months ago

dnicolson commented 1 year ago

This pull request forces S3 buckets to be private otherwise the deployment fails, see stackoverflow.com/a/76102067/2693925.

Deploying the stack in the current documentation will result in the following error: Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting (Service: Amazon S3; Status Code: 400; Error Code: InvalidBucketAclWithObjectOwnership; Request ID: <>; S3 Extended Request ID: <> Proxy: null)

joshbean commented 11 months ago

Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.