AWS Certified Solutions Architect – Professional (SAP-C02) — Question 81

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

The correct answer is C because AWS Organizations and AWS CloudFormation StackSets allow for the deployment of templates across multiple accounts and Regions efficiently. Option A lacks the capability to manage multiple accounts effectively, while option B does not utilize StackSets, which are essential for multi-account deployments. Option D focuses on nested stacks, which are not designed for cross-account deployments.