Source code store or upload in aws

0

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

3 個答案
1
已接受的答案

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
專家
已回答 1 年前
  • 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
專家
已回答 1 年前
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南