More Info:

Ensure that the log files (history files and snapshots) generated by AWS Config are delivered without any failures to designated S3 bucket in order to store logging data for auditing purposes.

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration “AWS Config Log File Delivery Should Be Configured” in AWS, you can follow the below steps:

  1. Open the AWS Management Console and navigate to the AWS Config service.
  2. Click on the “Settings” button in the left-hand menu.
  3. Scroll down to the “Resource Types to Record” section and click on the “Edit” button.
  4. Check the box next to “AWS::S3::Bucket” to enable logging for S3 buckets.
  5. Click on the “Save” button to save the changes.

This will enable AWS Config to log all changes made to S3 buckets in your AWS account. You can also configure logging for other resource types by checking the appropriate boxes in the “Resource Types to Record” section.

Additional Reading: