AWS Certified SysOps Administrator – Associate — Question 282

A company needs to deploy instances of an application and associated infrastructure to multiple AWS Regions. The company wants to use a single AWS CloudFormation template to achieve this goal. The company uses AWS Organizations and wants to administer and run this template from a central administration account.

What should a SysOps administrator do to meet these requirements?

Answer options

Correct answer: D

Explanation

AWS CloudFormation StackSets allow you to deploy stacks across multiple AWS accounts and Regions from a central location using a single template. By choosing service-managed permissions, the StackSet integrates directly with AWS Organizations, making it the correct service for central administration across multiple accounts and regions. Nested stacks and standard templates do not natively support cross-account and cross-region deployments in this manner.