
Explanation:
AWS CloudFormation StackSets allow you to create, update, or delete stacks across multiple accounts and regions with a single operation. Integrating StackSets with AWS Organizations is the most efficient way to deploy infrastructure across an entire organization with the least operational overhead, as it automates the deployment process to multiple accounts from a central management account.
Ultimate access to all questions.
Question #31
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?
A
Assume the OrganizationAccountAccessRole IAM role from the management account. Deploy the template in each of the accounts.
B
Create an AWS Lambda function to assume a role in each account. Deploy the template by using the AWS CloudFormation CreateStack API call.
C
Create an AWS Lambda function to query for a list of accounts. Deploy the template by using the AWS CloudFormation CreateStack API call.
D
Use AWS CloudFormation StackSets from the management account to deploy the template in each of the accounts.
E
None
F
None
No comments yet.