Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save awssimplified/f7f0bb960d46a348c02c049d1e08e7d7 to your computer and use it in GitHub Desktop.
Save awssimplified/f7f0bb960d46a348c02c049d1e08e7d7 to your computer and use it in GitHub Desktop.

Revisions

  1. awssimplified created this gist Aug 27, 2020.
    27 changes: 27 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    ECR
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "VisualEditor0",
    "Effect": "Allow",
    "Action": "ecr:*",
    "Resource": "*"
    },
    {
    "Sid": "VisualEditor01",
    "Effect": "Allow",
    "Action": "ecr:GetAuthorizationToken",
    "Resource": "*"
    },
    {
    "Sid": "VisualEditor02",
    "Effect": "Allow",
    "Action": "ecr:InitiateLayerUpload",
    "Resource": "*"
    }
    ]
    }

    ECS
    arn:aws:iam::aws:policy/AmazonECS_FullAccess