AWS Certified Developer – Associate (DVA-C02) — Question 50

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?

Answer options

Correct answer: C

Explanation

AWS CodeCommit is the correct choice because it is a fully managed source control service that allows teams to store and version their code. AWS CodeDeploy is focused on deployment, AWS CodeArtifact is for managing software packages, and Amazon CodeGuru is a code review tool, none of which are primarily for storing program code.