AWS ECR (IAM)

JSON →
aws compute

Amazon Elastic Container Registry (ECR) is a fully managed Docker container registry for storing, managing, and deploying container images.

ecr:DescribeRepositoriesecr:ListImagesecr:DescribeImagesecr:GetAuthorizationTokenecr:PutImageecr:GetDownloadUrlForLayerecr:TagResource
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ecr:DescribeRepositories",
        "ecr:ListImages",
        "ecr:DescribeImages",
        "ecr:GetAuthorizationToken",
        "ecr:PutImage",
        "ecr:GetDownloadUrlForLayer",
        "ecr:TagResource"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/ecr