AWS Certified Solutions Architect – Professional — Question 988

A company has its cloud infrastructure on AWS. A solutions architect needs to define the infrastructure as code. The infrastructure is currently deployed in one
AWS Region. The company's business expansion plan includes deployments in multiple Regions across multiple AWS accounts.
What should the solutions architect do to meet these requirements?

Answer options

Correct answer: C

Explanation

AWS CloudFormation StackSets, when integrated with AWS Organizations, is the native AWS service designed specifically to deploy CloudFormation templates across multiple AWS accounts and Regions simultaneously from a central administrator account. Option A is incorrect because manual deployment and IAM policy management do not scale efficiently across multiple accounts and regions. Option B and D are incorrect because AWS Control Tower is not the primary tool for template deployment, and nested stacks cannot deploy resources across different Regions or AWS accounts.