Topic 1 Question 458
A company has implemented a pipeline in AWS CodePipeline. The company is using a single AWS account and does not use AWS Organizations. The company needs to test its AWS CloudFormation templates in its primary AWS Region and a disaster recovery Region.
Which solution will meet these requirements with the MOST operational efficiency?
In the CodePipeline pipeline, implement an AWS CodeDeploy action for each Region to deploy and test the CloudFormation templates. Update CodePipeline and AWS CodeBuild with appropriate permissions.
Configure CodePipeline to deploy and test the CloudFormation templates. Use CloudFormation StackSets to start deployment across both Regions.
Configure CodePipeline to invoke AWS CodeBuild to deploy and test the CloudFormation templates in each Region. Update CodeBuild and CloudFormation with appropriate permissions.
Use the Snyk action in CodePipeline to deploy and test the CloudFormation templates in each Region.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
primary AWS Region and a disaster recovery Region that mean multi regions so should use Staksets
👍 2Saudis2024/11/05 - 正解だと思う選択肢: B
AWS CloudFormation StackSets extends the capability of stacks by allowing you to create, update, or delete stacks across multiple accounts and AWS Regions with a single operation. Using an administrator account, you define and manage a CloudFormation template, and use the template as the basis for provisioning stacks into selected target accounts across specified AWS Regions.
👍 2xdeveloper2024/12/27 - 正解だと思う選択肢: B
Answer is B
👍 1aragon_saa2024/11/05
シャッフルモード