Source code store or upload in aws

0

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

3 Antworten
1
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Jahr
  • 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
EXPERTE
beantwortet vor einem Jahr
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen