Login
Remember
Register
Ask a Question
How is AWS CodeCommit different from other Git-based source control systems?
+1
vote
asked
Dec 27, 2021
in
AWS CodeCommit
by
sharadyadav1986
How is AWS CodeCommit different from other Git-based source control systems?
codecommit-vs-git
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 27, 2021
by
sharadyadav1986
AWS CodeCommit offers a number of features not offered by other Git source control systems:
Fully Managed –AWS CodeCommit eliminates the need to host, maintain, backup, and scale your own source control servers.
Secure –AWS CodeCommit automatically encrypts your files in transit and at rest. AWS CodeCommit is integrated with AWS Identity and Access Management (IAM), allowing you to assign user-specific permissions to your repositories.
Highly Available – AWS CodeCommit is built on highly scalable, redundant, and durable AWS services such as Amazon S3 and Amazon DynamoDB.
Scalable - AWS CodeCommit allows you store any number of files and there are no repository size limits.
Faster Development Lifecycle - AWS CodeCommit keeps your repositories close to your build, staging, and production environments in the AWS cloud. This allows you to increase the speed and frequency of your development lifecycle.
...