Topic 1 Question 496
A company offers a business-to-business software service that runs on dedicated infrastructure deployed in each customer’s AWS account. Before a feature release, the company needs to run integration tests on real AWS test infrastructure. The test infrastructure consists of Amazon EC2 instances and an Amazon RDS database.
A developer must set up a continuous delivery process that will provision the test infrastructure across the different AWS accounts. The developer then must run the integration tests.
Which solution will meet these requirements with the LEAST administrative effort?
Use AWS CodeDeploy with AWS CloudFormation StackSets to deploy the infrastructure. Use Amazon CodeGuru to run the tests.
Use AWS CodePipeline with AWS CloudFormation StackSets to deploy the infrastructure. Use AWS CodeBuild to run the tests.
Use AWS CodePipeline with AWS CloudFormation change sets to deploy the infrastructure. Use a CloudFormation custom resource to run the tests.
Use AWS Serverless Application Model (AWS SAM) templates with AWS CloudFormation change sets to deploy the infrastructure. Use AWS CodeDeploy to run the tests.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
StackSets handle the deployment of resources to multiple accounts without the need for complex configurations. CodePipeline and CodeBuild integrate seamlessly for CI/CD, providing a low-maintenance, fully managed solution.
👍 2xdeveloper2024/12/27 - 正解だと思う選択肢: B
Answer should be B.
👍 1bp072025/01/13 - 正解だと思う選択肢: B
CodePipeline junto con CloudFormation StackSets facilita el despliegue de infraestructura en múltiples cuentas, y CodeBuild se adapta perfectamente para ejecutar los tests de integración. Minimo esfuerzo administrativo
👍 1italiancloud20252025/02/17
シャッフルモード