Topic 1 Question 39
A company wants to use AWS CloudFormation for infrastructure deployment. The company has strict tagging and resource requirements and wants to limit the deployment to two Regions. Developers will need to deploy multiple versions of the same application. Which solution ensures resources are deployed in accordance with company policy?
Create AWS Trusted Advisor checks to find and remediate unapproved CloudFormation StackSets.
Create a Cloud Formation drift detection operation to find and remediate unapproved CloudFormation StackSets.
Create CloudFormation StackSets with approved CloudFormation templates.
Create AWS Service Catalog products with approved CloudFormation templates.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: D
D is the correct but Stacksets could work too
👍 3alce20202023/04/14 - 正解だと思う選択肢: D
C. Create CloudFormation StackSets with approved CloudFormation templates.
CloudFormation StackSets allows you to create, update, or delete stacks across multiple accounts and Regions with a single CloudFormation template. By creating approved CloudFormation templates and deploying them through StackSets, you can ensure that resources are deployed in accordance with company policy. Additionally, you can limit the deployment to two Regions by specifying the Regions in the StackSet configuration. This approach provides a centralized and automated solution for deploying resources and can help enforce strict tagging and resource requirements.
Option D, creating AWS Service Catalog products with approved CloudFormation templates, can help ensure that developers are using pre-approved templates for their deployments. However, it does not address the requirement to limit the deployment to two Regions
👍 3haazybanj2023/05/01 The correct answer is C.
👍 2youonebe2023/05/28
シャッフルモード