Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created December 13, 2016 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aws-joe/20fe54f0e9762f4358db8fe7048533fc to your computer and use it in GitHub Desktop.
Save aws-joe/20fe54f0e9762f4358db8fe7048533fc to your computer and use it in GitHub Desktop.
{
"Version" : "2008-10-17",
"Statement" : [ {
"Sid" : "allow-solano-role",
"Effect" : "Allow",
"Principal" : {
"AWS" : "arn:aws:iam::<ACCOUNT ID>:role/solano-ci-role"
},
"Action" : [ "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage", "ecr:BatchCheckLayerAvailability", "ecr:PutImage", "ecr:InitiateLayerUpload", "ecr:UploadLayerPart", "ecr:CompleteLayerUpload" ]
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment