aws-samples / aws-security-reference-architecture-examples

Example solutions demonstrating how to implement patterns within the AWS Security Reference Architecture guide using CloudFormation (including Customizations for AWS Control Tower) and Terraform.
Other
965 stars 235 forks source link

[BUG] CFCT fails to deploy due AccessControl being configured on the AccessLogs S3 Bucket #191

Closed AdamDivall closed 4 months ago

AdamDivall commented 10 months ago

Describe the bug

When deploying CfCT via the SRA it fails to execute due to AccessControl being configured on the S3 Access Logs Bucket (specifically Line 263).

To Reproduce

Run through the standard deployment documentation for the SRA and deploy CfCT using the template contained in the repository..

Expected behavior

The Template should run without and errors. Even the CloudFormation Documentation states its a legacy property and not recommended for use. The template that is contained in the SRA repository is different for that specific resource from what is in the CfCT GitHub repo.

To fix, remove the line or comment it out.