AWS Certified Cloud Practitioner — Question 926
A company wants to host a private version control system for its application code in the AWS Cloud.
Which AWS service should the company use to meet this requirement?
Answer options
- A. AWS CodePipeline
- B. AWS CodeStar
- C. AWS CodeCommit
- D. AWS CodeDeploy
Correct answer: C
Explanation
AWS CodeCommit is a fully managed source control service that hosts secure Git-based repositories, making it the correct choice for hosting private version control in AWS. The other options serve different purposes: AWS CodePipeline manages continuous integration and continuous delivery (CI/CD) workflows, AWS CodeDeploy automates application deployments, and AWS CodeStar provides a unified interface for project management and development.