Skip to content

Instantly share code, notes, and snippets.

@neilkuan
Created April 18, 2020 08:27
Show Gist options
  • Save neilkuan/243fb5ef0450fcdf328e9f1264de2245 to your computer and use it in GitHub Desktop.
Save neilkuan/243fb5ef0450fcdf328e9f1264de2245 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "CrossAccountPull",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::1333333333:root"
},
"Action": [
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:GetDownloadUrlForLayer",
"ecr:ListImages"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment