How to transfer AWS CodeCommit to another account

0

We have two accounts in AWS, now we are planning to use one account and migrate the data to the new account. In the old account we are using 'Code Commit'

Is there any way to copy all 'Code Commit' data to new account ?

gefragt vor einem Jahr2194 Aufrufe
1 Antwort
1

You can use the standard --mirror function of the git command to copy the entire repository. The steps given in this link https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-migrate-repository-existing.html can be used to copy from one CodeCommit repository to another.

AWS
dsp
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