Source code store or upload in aws

0

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

3 Respuestas
1
Respuesta aceptada

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
EXPERTO
respondido hace un año
  • 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
EXPERTO
respondido hace un año
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas