AWS Certified Developer – Associate (DVA-C02) — Question 94
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
The correct choice is AWS CodeCommit because it is specifically designed for version control, allowing for long-term storage of code with multiple versions and change tracking. AWS CodeBuild is for building code, Amazon S3 is for object storage and not version control, and AWS Cloud9 is an integrated development environment, not a code repository.