Topic 1 Question 84
A company has its cloud infrastructure on AWS. A solutions architect needs to define the infrastructure as code. The infrastructure is currently deployed in one AWS Region. The company’s business expansion plan includes deployments in multiple Regions across multiple AWS accounts.
What should the solutions architect do to meet these requirements?
Use AWS CloudFormation templates. Add IAM policies to control the various accounts, Deploy the templates across the multiple Regions.
Use AWS Organizations. Deploy AWS CloudFormation templates from the management account Use AWS Control Tower to manage deployments across accounts.
Use AWS Organizations and AWS CloudFormation StackSets. Deploy a Cloud Formation template from an account that has the necessary IAM permissions.
Use nested stacks with AWS CloudFormation templates. Change the Region by using nested stacks.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
The correct answer is C. Use AWS Organizations and AWS CloudFormation StackSets. AWS Organizations allows the management of multiple AWS accounts as a single entity and AWS CloudFormation StackSets allows creating, updating, and deleting stacks across multiple accounts and regions in an organization. This solution allows creating a single CloudFormation template that can be deployed across multiple accounts and regions, and also allows for the management of access and permissions for the different accounts through the use of IAM roles and policies in the management account.
👍 9masetromain2023/01/15 - 正解だと思う選択肢: C
The correct answer is C
👍 4zozza20232023/01/30 - 正解だと思う選択肢: C
Use AWS Organizations and AWS CloudFormation StackSets
👍 2mfsec2023/03/26
シャッフルモード