How to change the name of a repository in AWS CodeCommit?

Cloud Computing

Hi Team,

I have one repository in AWS CodeCommit. I want to change the name of the repository. How can I do that?

1
Answers

Replies

Ans: It is possible to rename a repository in AWS CodeCommit. There should be a unique repository name. The below example represents the modification of the repository name in AWS CodeCommit.


$ aws codecommit update-repository-name --old-name DemoRepo --new-name RenamedDemoRepo

 
 

If you want to unleash your potential in this competitive field, please visit the Cloud Computing course page for more information, where you can find the Cloud Computing tutorials and Cloud Computing frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.