AWS Certified Developer – Associate — Question 25
A developer has written code for an application and wants to share it with other developers on the team to receive feedback. The shared application code needs to be stored long-term with multiple versions and batch change tracking.
Which AWS service should the developer use?
Answer options
- A. AWS CodeBuild
- B. Amazon S3
- C. AWS CodeCommit
- D. AWS Cloud9
Correct answer: C
Explanation
AWS CodeCommit is the right choice because it is a managed source control service that supports versioning and change tracking. In contrast, AWS CodeBuild is primarily for building code, Amazon S3 is mainly for object storage without version control features, and AWS Cloud9 is an integrated development environment, not focused on long-term code management.