AWS Certified SysOps Administrator – Associate — Question 208

A company has many accounts in an organization in AWS Organizations. The company must automate resource provisioning from the organization’s management account to the member accounts.

Which solution will meet this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C, as AWS CloudFormation stack sets allow for the deployment of a single CloudFormation template across multiple accounts and regions, making it ideal for managing resources in an AWS Organizations setup. Options A and B are focused on change sets and nested stacks, which do not support cross-account deployments directly. Option D involves AWS SAM, which is not specifically designed for multi-account resource provisioning in this context.