SOA-C03 · Question #106
SOA-C03 Question #106: Real Exam Question with Answer & Explanation
The correct answer is D: Use AWS CloudFormation StackSets from the management account to deploy the template in. AWS CloudFormation StackSets is purpose-built for deploying CloudFormation templates across multiple AWS accounts and Regions from a central management account. When integrated with AWS Organizations, StackSets automatically handles account targeting and stack synchronization wit
Question
A CloudOps engineer has successfully deployed a VPC with an AWS CloudFormation template The CloudOps engineer wants to deploy the same template across multiple accounts that are managed through AWS Organizations. Which solution will meet this requirement with the LEAST operational overhead?
Options
- AAssume the OrganizationAccountAccessRole IAM role from the management account. Deploy
- BCreate an AWS Lambda function to assume a role in each account. Deploy the template by using
- CCreate an AWS Lambda function to query for a list of accounts. Deploy the template by using the
- DUse AWS CloudFormation StackSets from the management account to deploy the template in
Explanation
AWS CloudFormation StackSets is purpose-built for deploying CloudFormation templates across multiple AWS accounts and Regions from a central management account. When integrated with AWS Organizations, StackSets automatically handles account targeting and stack synchronization with minimal manual effort, providing the lowest operational overhead compared to scripting or manual deployment approaches.
Community Discussion
No community discussion yet for this question.