Source code store or upload in aws

0

Can we upload or store source codes to AWS like git hub

3 Answers
1
Accepted Answer

Possible.
CodeCommit allows you to manage your code in the same way as git using git commands.
https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html

profile picture
EXPERT
answered a year ago
  • Have you any idea sir about costing of this service and either it cheaper or safer than git or not?

  • Rates are listed in the following documents. https://aws.amazon.com/codecommit/pricing/?nc1=h_ls Depending on the usage, if the number of pushes and repositories are not that large, it may be possible to use almost all of them within the free quota.
    Regarding security, CodeCommit stores data in S3 and DynamoDB managed by AWS. It is considered secure because the data is encrypted at that time. IAM control is also available, so that only necessary users can be allowed access to the repository. https://aws.amazon.com/codecommit/features/?nc1=h_ls

0

Hi,

Yes, you could use AWS CodeCommit, a fully managed source control service that hosts private Git repositories.

profile picture
EXPERT
answered a year ago
0

A number of people have correctly mentioned CodeCommit - you could also consider CodeCatalyst which offers Git repositories (https://docs.aws.amazon.com/codecatalyst/latest/userguide/source.html) with integrated development environments, plus CI/CD pipelines.

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions