AWS Certified Cloud Practitioner — Question 291
Which AWS service is a fully hosted version control service?
Answer options
- A. AWS CodeCommit
- B. AWS CodeBuild
- C. AWS CodeDeploy
- D. AWS CodeStar
Correct answer: A
Explanation
AWS CodeCommit is a fully managed source control service that hosts secure Git-based repositories, making it the correct option for version control. AWS CodeBuild compiles source code and runs tests, while AWS CodeDeploy automates application deployments. AWS CodeStar is a unified user interface for managing software development activities rather than a version control repository.