External access to CodeCommit repository without IAM user

0

Is there a way to access a CodeCommit repository from outside AWS (e.g. local PC) without IAM user and without rights to create IAM users?

asked 6 months ago184 views
1 Answer
0

You can use git-remote-codecommit to use CodeCommit with federated access, or temporary credentials.

If your access mechanism federated access or temporary credentials like IAM Role, please check https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-git-remote-codecommit.html.

AWS
answered 6 months ago
profile picture
EXPERT
reviewed 6 months 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