You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2024. It is now read-only.
I successfully deployed one instance of this solution in March 2023.
However, when attempting to deploy the solution today there is an error on the InnovationRunMgmtStack resource.
The stack fails to create the S3 buckets "mgmtflowlogsbucket" and "mgmtbucket" with an error: Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting (Service: Amazon S3; Status Code: 400; Error Code: InvalidBucketAclWithObjectOwnership; Request ID: [removed]; S3 Extended Request ID: [removed]; Proxy: null)
This AWS re:Post suggests a solution for CloudFormation, but I'm not familiar enough with the CDK to attempt to implement the changes in this codebase.