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

A company manages its multi-account environment by using AWS Organizations and AWS Control Tower. The company must deploy standardized security controls and compliance policies across all of its AWS accounts and AWS Regions. Any changes to these controls must be automatically applied to all accounts simultaneously.

The company has the required security controls and compliance policies defined in AWS Cloud Development Kit (AWS CDK) as a security controls construct.

Which solution will deploy these controls across all accounts and Regions with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

AWS Control Tower provides a native, managed way to establish a customized landing zone that automatically deploys standardized guardrails and security configurations to all enrolled accounts with the least operational overhead. Using AWS Control Tower ensures that any new accounts are automatically enrolled and receive the required compliance policies without needing custom deployment pipelines. Other options involving manual StackSet management, Lambda functions, or custom CloudFormation macros introduce significant operational complexity and maintenance overhead.