Source code store or upload in aws

0

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

3 réponses
1
Réponse acceptée

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
répondu il y a un an
  • 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
répondu il y a un an
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions