...

/

Demo: Creating and Connecting a Source Code Repo with IAM User

Demo: Creating and Connecting a Source Code Repo with IAM User

Let’s search for the CodeCommit service and launch AWS CodeCommit from the AWS Management Console. Currently, there are no repositories available.

Create an AWS CodeCommit repository from the console

We can create one using the “Create repository” button from the screen below. A system administrator will want to use the AWS CLI to develop a script and automate the repository creation process. This will make the process repeatable and error-free if they want others in their team to perform this task in the future.

Press + to interact
Create Repository UI
Create Repository UI

Create an AWS CodeCommit repository from CLI

We can use the AWS CLI command create-repository and pass the command line option repository-name, and create a repository of our choice. ...