
Answer-first summary for fast verification
Answer: Use AWS CodePipeline with AWS CodeDeploy as the deploy provider.
The correct answer is B: Use AWS CodePipeline with AWS CodeDeploy as the deploy provider. AWS CodePipeline supports complex CI/CD workflows and can be integrated with AWS CodeDeploy to deploy applications to Amazon ECS, Amazon EC2, and AWS Lambda. AWS CodeDeploy provides deployment automation that can be integrated with manual approval actions in AWS CodePipeline. This setup ensures controlled and automated deployments to various AWS services.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks to establish a continuous delivery pipeline for deploying various application components from a private GitHub repository to multiple AWS services including Amazon Elastic Container Service (Amazon ECS), Amazon EC2, and AWS Lambda. The pipeline must incorporate manual approval actions to ensure controlled deployment. Which solution is most appropriate to fulfill these requirements?
A
Use AWS CodePipeline with Amazon ECS, Amazon EC2, and Lambda as deploy providers.
B
Use AWS CodePipeline with AWS CodeDeploy as the deploy provider.
C
Use AWS CodePipeline with AWS Elastic Beanstalk as the deploy provider.
D
Use AWS CodeDeploy with GitHub integration to deploy the application.
No comments yet.