
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.