Amazon
DOP-C02 · Question #36
A company wants to set up a continuous delivery pipeline. The company stores application code in a private GitHub repository. The company needs to deploy the application components to Amazon Elastic…
The correct answer is B. Use AWS CodePipeline with AWS CodeDeploy as the deploy provider. You will need a deployment tool (CodeDeploy) for this. You cannot directly deploy via
Submitted by weili_xi· Mar 6, 2026SDLC Automation
Question
A company wants to set up a continuous delivery pipeline. The company stores application code in a private GitHub repository. The company needs to deploy the application components to Amazon Elastic Container Service (Amazon ECS). Amazon EC2, and AWS Lambda. The pipeline must support manual approval actions. Which solution will meet these requirements?
Options
- AUse AWS CodePipeline with Amazon ECS. Amazon EC2, and Lambda as deploy providers.
- BUse AWS CodePipeline with AWS CodeDeploy as the deploy provider.
- CUse AWS CodePipeline with AWS Elastic Beanstalk as the deploy provider.
- DUse AWS CodeDeploy with GitHub integration to deploy the application.
How the community answered
(16 responses)- B75% (12)
- C6% (1)
- D19% (3)
Explanation
You will need a deployment tool (CodeDeploy) for this. You cannot directly deploy via
Topics
#CodePipeline#CodeDeploy#Continuous Delivery#GitHub integration
Community Discussion
No community discussion yet for this question.