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?

已提问 6 个月前194 查看次数
1 回答
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
已回答 6 个月前
profile picture
专家
已审核 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则