Reputation: 382
Currently I'm trying to grant public read access to a Git repository in AWS CodeCommit without any access control. All references I was able to find, explain the access configuration possibilities in IAM, but as IAM needs a registered user with credentials this can't be considered public. Is there any possibility to configure public read access to a repository or is this just impossible in AWS CodeCommit?
Upvotes: 9
Views: 3821
Reputation: 2105
No, unfortunately it is not currently possible to configure AWS CodeCommit repositories to be public. They can only be accessed by users setup in IAM policies and groups.
Github and Bitbucket allow you to host public repositories.
References:
Upvotes: 10