Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created December 7, 2016 23:11
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/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