Q12 — AWS DVA-C02 Ch.3

Question 12 of 100 | ← Chapter 3

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 versioning, and enable tracking of bulk changes. Which AWS service should the developer use?

Correct Answer: C. AWS CodeCommit

Explanation

The requirements—long-term storage, version control, and bulk change tracking—are core capabilities of a source control management system. AWS CodeCommit is a fully managed Git-based source control service that natively supports these needs. AWS CodeBuild is a build service, Amazon S3 is object storage, and AWS CloudFront is a content delivery network—none provide native version control. Thus, option C (AWS CodeCommit) is correct.