Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created December 7, 2016 23:11
Show Gist options
  • Save aws-joe/153571d2dca14e1a905ee3234ddf8c7c to your computer and use it in GitHub Desktop.
Save aws-joe/153571d2dca14e1a905ee3234ddf8c7c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [ "ecr:GetAuthorizationToken" ],
"Resource": [ "*" ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment