Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "Version": "2008-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "Public",
  6. "Effect": "Allow",
  7. "Principal": "*",
  8. "Action": [
  9. "ecr:BatchCheckLayerAvailability",
  10. "ecr:BatchGetImage",
  11. "ecr:DescribeImages",
  12. "ecr:DescribeRepositories",
  13. "ecr:GetDownloadUrlForLayer",
  14. "ecr:ListImages"
  15. ]
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement