
Explanation:
AWS CloudFormation StackSets extends the functionality of stacks by enabling you to create, update, or delete stacks across multiple accounts and AWS Regions with a single operation. When integrated with AWS Organizations, it is the most efficient way (least operational overhead) to manage infrastructure across an entire organization or specific OUs. Options A, B, and C involve manual steps or custom scripting, which increases operational complexity.
Ultimate access to all questions.
Question #31 (Partial Context: Organizations.)\nWhich 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
F
No comments yet.