
Answer-first summary for fast verification
Answer: AWS CodeCommit - Hosts secure, private Git repositories for source control.
The correct answer is C, AWS CodeCommit. AWS CodeCommit is a fully managed source control service that enables teams to securely host private Git repositories. It provides a highly scalable and secure environment to store and manage code, making it an ideal choice for a company looking to host a private version control system for its application code in the AWS Cloud. With features such as branch management, pull requests, and code reviews, CodeCommit facilitates efficient development workflows. Additionally, the code repositories in CodeCommit are accessible only to authorized users within the company's AWS account, ensuring the privacy and security of the codebase.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which AWS service is best suited for hosting a private version control system for application code in the cloud?
A
AWS CodePipeline - Automates release pipelines for application and infrastructure updates.
B
AWS CodeStar - Simplifies application development and deployment on AWS.
C
AWS CodeCommit - Hosts secure, private Git repositories for source control.
D
AWS CodeDeploy - Automates software deployments across various compute services.