DVA-C02 · Question #18
A development team wants to build a continuous integration/continuous delivery (CI/CD) pipeline. The team is using AWS CodePipeline to automate the code build and deployment. The team wants to store t
The correct answer is C. AWS CodeCommit. AWS CodeCommit - A fully-managed source control service that hosts secure Git-based repositories. CodeCommit makes it easy for teams to collaborate on code in a secure and highly scalable ecosystem. This solution uses CodeCommit to create a repository to store the application and
Question
A development team wants to build a continuous integration/continuous delivery (CI/CD) pipeline. The team is using AWS CodePipeline to automate the code build and deployment. The team wants to store the program code to prepare for the CI/CD pipeline. Which AWS service should the team use to store the program code?
Options
- AAWS CodeDeploy
- BAWS CodeArtifact
- CAWS CodeCommit
- DAmazon CodeGuru
How the community answered
(54 responses)- A2% (1)
- B4% (2)
- C93% (50)
- D2% (1)
Explanation
AWS CodeCommit - A fully-managed source control service that hosts secure Git-based repositories. CodeCommit makes it easy for teams to collaborate on code in a secure and highly scalable ecosystem. This solution uses CodeCommit to create a repository to store the application and deployment codes. https://aws.amazon.com/blogs/devops/complete-ci-cd-with-aws-codecommit-aws-codebuild-aws- codedeploy-and-aws-codepipeline/
Community Discussion
No community discussion yet for this question.