AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 43

A DevOps engineer needs to apply a core set of security controls to an existing set of AWS accounts. The accounts are in an organization in AWS Organizations. Individual teams will administer individual accounts by using the AdministratorAccess AWS managed policy. For all accounts. AWS CloudTrail and AWS Config must be turned on in all available AWS Regions. Individual account administrators must not be able to edit or delete any of the baseline resources. However, individual account administrators must be able to edit or delete their own CloudTrail trails and AWS Config rules.
Which solution will meet these requirements in the MOST operationally efficient way?

Answer options

Correct answer: C

Explanation

Option C is the most operationally efficient because it centralizes management of AWS Config and CloudTrail while adhering to the required restrictions through a Service Control Policy (SCP). Option A, while similar, does not address the centralized management aspect of AWS Config and CloudTrail. Option B does not specify the necessary restrictions on modifications and deletions, and Option D lacks the centralized management for AWS Config, making it less efficient.