awslabs / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.
https://mlmax.readthedocs.io/en/latest/
Apache License 2.0
66 stars 19 forks source link

Add CodeCommit permission to EC2 instance profile #55

Closed verdimrc closed 3 years ago

verdimrc commented 3 years ago

🐛 Bug report

Describe the bug

EC2 instance does not have code-commit access, however the SageMaker notebook does. Propose to make the EC2 instance on-par with SageMaker, with access to code-commit.

To reproduce

git clone from code commit will fail with 403 forbidden.

Expected behavior

git clone from code-commit should work.

System information

verdimrc commented 3 years ago

@yihyap: thank you for the PR.