AWS Certified Cloud Practitioner — Question 504
A company needs to store source code. The source code must be accessible over the internet.
Which AWS service should the company use to meet these requirements?
Answer options
- A. AWS CodeDeploy
- B. AWS CodeStar
- C. AWS CodeCommit
- D. Amazon CodeGuru
Correct answer: C
Explanation
AWS CodeCommit is a fully managed source control service that hosts secure Git-based repositories, allowing developers to store and manage source code over the internet. AWS CodeDeploy is designed for automating software deployments, AWS CodeStar helps orchestrate software development activities, and Amazon CodeGuru provides automated code reviews and performance recommendations.