AWS Certified Security – Specialty (SCS-C02) — Question 77

A company plans to create individual child accounts within an existing organization in AWS Organizations for each of its DevOps teams. AWS CloudTrail has been enabled and configured on all accounts to write audit logs to an Amazon S3 bucket in a centralized AWS account. A security engineer needs to ensure that DevOps team members are unable to modify or disable this configuration.

How can the security engineer meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because Service Control Policies (SCPs) can be used to manage permissions across accounts in AWS Organizations, ensuring that changes to the CloudTrail configuration are prohibited at the organizational level. Options A and D incorrectly apply IAM policies to specific users or groups, which do not provide the necessary control at the organizational level. Option B focuses on S3 bucket policies, which do not govern CloudTrail configuration changes.