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 ?

asked a year ago2157 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions