- Add to EC2 CodeCommitReadOnly Role
- sudo yum install -y awscli
- sudo rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x86_64/city-fan.org-release-1-13.rhel6.noarch.rpm
- sudo yum install -y libcurl
- git config --global credential.helper '!aws codecommit credential-helper $@'
- git config --global credential.UseHttpPath true
- git clone https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/codecommit-repo
- command 3 and 4 from here
- CodeCommit requires curl 7.33 and later. read this thread
Thank you. That is what i was looking for ;)