Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS CodeCommit Public Repository

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?

like image 483
Joe Pi Avatar asked Jan 15 '18 16:01

Joe Pi


1 Answers

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:

  • https://www.unixdaemon.net/cloud/aws-codecommit-initial-thoughts/
  • http://www.solutionsbyraymond.com/2015/12/29/getting-started-with-aws-codecommit/
like image 92
Navigatron Avatar answered Oct 06 '22 00:10

Navigatron