aws-security-reference-architecture-examples icon indicating copy to clipboard operation
aws-security-reference-architecture-examples copied to clipboard

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

Open AdamDivall opened this issue 2 years ago • 0 comments

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.

AdamDivall avatar Oct 28 '23 10:10 AdamDivall