Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created November 5, 2022 21:14
Show Gist options
  • Save wenqiglantz/535e599300d1e4dc356bde040601e28f to your computer and use it in GitHub Desktop.
Save wenqiglantz/535e599300d1e4dc356bde040601e28f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowImagePushAndPull",
"Effect": "Allow",
"Action": [
"ecr:BatchCheckLayerAvailability",
"ecr:CompleteLayerUpload",
"ecr:InitiateLayerUpload",
"ecr:PutImage",
"ecr:UploadLayerPart",
"ecr:BatchGetImage",
"ecr:GetDownloadUrlForLayer"
],
"Resource": "*"
},
{
"Sid": "GetAuthorizationToken",
"Effect": "Allow",
"Action": "ecr:GetAuthorizationToken",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment