Skip to content

Instantly share code, notes, and snippets.

@adrianocanofre
Created March 21, 2019 14:04
Show Gist options
  • Save adrianocanofre/424c195c97b388477c55280d2662fc74 to your computer and use it in GitHub Desktop.
Save adrianocanofre/424c195c97b388477c55280d2662fc74 to your computer and use it in GitHub Desktop.
Use this policy to sing in and upload images.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ecr:GetAuthorizationToken"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:CompleteLayerUpload",
"ecr:GetDownloadUrlForLayer",
"ecr:InitiateLayerUpload",
"ecr:PutImage",
"ecr:UploadLayerPart"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment