DOP-C02 · Question #80
A company is using AWS CodeDeploy to manage its application deployments. Recently, the Development team decided to use GitHub for version control, and the team is looking for ways to integrate the Git
The correct answer is B. Create an AWS CodePipeline pipeline that uses GitHub as a source provider and AWS. The team also needs to develop a way to automate deployment whenever there is a new commit on that repository. https://docs.aws.amazon.com/codedeploy/latest/userguide/integrations-partners- github.html#behaviors-deploy-automatically
Question
A company is using AWS CodeDeploy to manage its application deployments. Recently, the Development team decided to use GitHub for version control, and the team is looking for ways to integrate the GitHub repository with CodeDeploy. The team also needs to develop a way to automate deployment whenever there is a new commit on that repository. The team is currently deploying new application revisions by manually indicating the Amazon S3 location. How can the integration be achieved in the MOST efficient way?
Options
- ACreate a GitHub webhook to replicate the repository to AWS CodeCommit. Create an AWS
- BCreate an AWS CodePipeline pipeline that uses GitHub as a source provider and AWS
- CCreate an AWS Lambda function to check periodically if there has been a new commit within the
- DCreate an AWS CodeDeploy custom deployment configuration to associate the GitHub repository
How the community answered
(20 responses)- B95% (19)
- C5% (1)
Explanation
The team also needs to develop a way to automate deployment whenever there is a new commit on that repository. https://docs.aws.amazon.com/codedeploy/latest/userguide/integrations-partners- github.html#behaviors-deploy-automatically
Topics
Community Discussion
No community discussion yet for this question.