nerdexam
Amazon

SCS-C03 · Question #67

AWS Config cannot deliver configuration snapshots to Amazon S3. Which TWO actions will remediate this issue?

The correct answer is A. Verify the S3 bucket policy allows config.amazonaws.com. B. Verify the IAM role has s3:GetBucketAcl and s3:PutObject permissions. AWS Config requires permissions at two levels to deliver configuration data: the AWS Config service role and the S3 bucket policy. The AWS Certified Security - Specialty Study Guide states that the S3 bucket policy must explicitly allow the config.amazonaws.com service…

Submitted by cyberguy42· Mar 6, 2026Logging and Monitoring

Question

AWS Config cannot deliver configuration snapshots to Amazon S3. Which TWO actions will remediate this issue?

Options

  • AVerify the S3 bucket policy allows config.amazonaws.com.
  • BVerify the IAM role has s3:GetBucketAcl and s3:PutObject permissions.
  • CVerify the S3 bucket can assume the IAM role.
  • DVerify IAM policy allows AWS Config to write logs.
  • EModify AWS Config API permissions.

How the community answered

(35 responses)
  • A
    74% (26)
  • C
    6% (2)
  • D
    6% (2)
  • E
    14% (5)

Explanation

AWS Config requires permissions at two levels to deliver configuration data: the AWS Config service role and the S3 bucket policy. The AWS Certified Security - Specialty Study Guide states that the S3 bucket policy must explicitly allow the config.amazonaws.com service principal to write objects. Additionally, the IAM role used by AWS Config must allow s3:GetBucketAcl and If either permission is missing, AWS Config cannot deliver snapshots and will log delivery errors in CloudTrail. This dual-permission model ensures least privilege while maintaining secure delivery of compliance data. Other options reference incorrect principals or irrelevant permissions.

Topics

#AWS Config delivery#S3 bucket policy#IAM role permissions#configuration snapshots

Community Discussion

No community discussion yet for this question.

Full SCS-C03 Practice