AWS Certified Developer – Associate — Question 102

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 as it is specifically designed for source control, allowing teams to store and manage their code repositories. AWS CodeDeploy is for deploying applications, AWS CodeArtifact is for managing software packages, and Amazon CodeGuru is a code review tool, making them unsuitable for storing program code.