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?
Asked
Active
Viewed 3,243 times
1 Answers
10
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:

Navigatron
- 2,065
- 6
- 32
- 61
-
Is there any AWS service to share public versioned code repository? – Raymond Chenon Dec 15 '20 at 01:18
-
2I'm sure you could use S3 to share code or sync it to github – Navigatron Dec 15 '20 at 14:02
-
true S3 has versioning – Raymond Chenon Dec 15 '20 at 15:19