digitc1 / AWSLandingZone

Repository for AWSLandingZone module developed by DIGIT.C.1
Apache License 2.0
1 stars 0 forks source link

Fix issue with provisioning S3 buckets, LZ deployment failing #197

Closed silavjy closed 1 year ago

silavjy commented 1 year ago

Problem is a policy change related to bucket object ownership

image

The solution implies that from now on Bucket is not public anymore and ACLs are disabled - by default, all object have BucketOwnerEnforced by default.

silavjy commented 1 year ago

The current setup for all buckets contains the following ACL

image

Those are to be removed