SOA-C02 · Question #218
A SysOps administrator has successfully deployed a VPC with an AWS CloudFormation template. The SysOps administrator wants to deploy the same template across multiple accounts that are managed…
The correct answer is D. Use AWS CloudFormation StackSets from the management account to deploy the template in. AWS CloudFormation StackSets extends the capability of stacks by enabling you to create, update, or delete stacks across multiple accounts and AWS Regions. https://aws.amazon.com/blogs/aws/new-use-aws-cloudformation-stacksets-for-multiple-accounts- in-an-aws-organization/
Question
A SysOps administrator has successfully deployed a VPC with an AWS CloudFormation template. The SysOps administrator 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
- CCreate an AWS Lambda function to query for a list of accounts. Deploy the template by using
- DUse AWS CloudFormation StackSets from the management account to deploy the template in
How the community answered
(35 responses)- A9% (3)
- B3% (1)
- C14% (5)
- D74% (26)
Explanation
AWS CloudFormation StackSets extends the capability of stacks by enabling you to create, update, or delete stacks across multiple accounts and AWS Regions. https://aws.amazon.com/blogs/aws/new-use-aws-cloudformation-stacksets-for-multiple-accounts- in-an-aws-organization/
Topics
Community Discussion
No community discussion yet for this question.