Q15 — AWS DVA-C02 Ch.1

Question 15 of 100 | ← Chapter 1

A developer has written application code and wants to share it with other developers on the team to gather feedback. The shared application code must be stored long-term, support multiple versions, and track bulk changes. Which AWS service should the developer use?

Correct Answer: C. AWS CodeCommit

Explanation

AWS CodeCommit is a fully managed source control service that hosts secure, scalable Git repositories. It natively supports versioning, branching, commit history, and change tracking across teams—directly fulfilling requirements for long-term storage, multi-version support, and bulk change tracking. AWS CodeBuild is a build service, Amazon S3 is object storage without native version control semantics, and AWS Cloud9 is a cloud IDE—not a source control repository. Therefore, Option C is correct.