A company wants to host a private version control system for its application code in the AWS Cloud. Which AWS service should the company use to meet this requirement?
from: https://aws.amazon.com/devops/source-control/
Source Control with AWS
AWS CodeCommit is a managed source control system that hosts Git repositories and works with all Git-based tools.
AWS CodeCommit will store code, binaries, and metadata in a redundant fashion with high availability. You will be able to collaborate with local and remote teams to edit, compare, sync, and revise your code.
Because AWS CodeCommit runs in the AWS Cloud, you no longer need to worry about hosting, scaling, or maintaining your own source code control infrastructure. CodeCommit automatically encrypts your files and is integrated with AWS Identity and Access Management (IAM), allowing you to assign user-specific permissions to your repositories. This ensures that your code remains secure and you can collaborate on projects across your team in a secure manner.
C, https://aws.amazon.com/codecommit/#:~:text=AWS%20CodeCommit%20is%20a%20secure,in%20transit%20and%20at%20rest.
AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. It makes it easy for teams to securely collaborate on code with contributions encrypted in transit and at rest.
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. With CodeCommit, teams can collaborate on code and easily track changes using Git version control.
Using CodeCommit, the company can create private repositories to securely store and manage its application code. It offers features such as branch management, pull requests, and code reviews to facilitate efficient development workflows. 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.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JA2018
Highly Voted 2 years, 6 months agobergermn
Highly Voted 2 years, 7 months agoPranava_GCP
Most Recent 1 year, 8 months agoman5484
1 year, 9 months agoSaif93
2 years, 3 months ago