AWS CodeCommit
To connect to a private AWS CodeCommit repository, see the AWS documentation for IAM permissions for CodeCommit.
Create AWS CodeCommit credentials
Use your IAM account access key and secret key:
- From an organization workspace: Select Credentials > Add Credentials. From your personal workspace: Go to the user menu and select Your credentials > Add credentials.
- Enter a Name for the new credentials.
- Select CodeCommit as the Provider.
- Enter the Access key and Secret key of the AWS IAM account.
- (Recommended) Enter the Repository base URL to scope the credentials to a specific region (e.g.,
https://git-codecommit.eu-west-1.amazonaws.com).