AWS Certified Solutions Architect – Professional — Question 647

A company uses AWS Organizations. The company has an organization that has a central management account. The company plans to provision multiple AWS accounts for different departments. All department accounts must be a member of the company's organization.
Compliance requirements state that each account must have only one VPC. Additionally, each VPC must have an identical network security configuration that includes fully configured subnets, gateways, network ACLs, and security groups.
The company wants this security setup to be automatically applied when a new department account is created. The company wants to use the central management account for all security operations, but the central management account should not have the security setup.
Which approach meets these requirements with the LEAST amount of setup?

Answer options

Correct answer: A

Explanation

AWS CloudFormation StackSets with automatic deployment enabled allow resources to be automatically deployed to any new account added to a specific Organizational Unit (OU). By targeting the OU rather than the entire organization, the central management account is excluded from the deployment. This approach utilizes native AWS Organizations and CloudFormation features, requiring the least amount of setup compared to custom scripts, Lambda functions, or pipelines.