You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
885 B

  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": "s3:*",
  7. "Resource": [
  8. "arn:aws:s3:::kubernetes-*"
  9. ]
  10. },
  11. {
  12. "Effect": "Allow",
  13. "Action": "ec2:Describe*",
  14. "Resource": "*"
  15. },
  16. {
  17. "Effect": "Allow",
  18. "Action": "ec2:AttachVolume",
  19. "Resource": "*"
  20. },
  21. {
  22. "Effect": "Allow",
  23. "Action": "ec2:DetachVolume",
  24. "Resource": "*"
  25. },
  26. {
  27. "Effect": "Allow",
  28. "Action": ["route53:*"],
  29. "Resource": ["*"]
  30. },
  31. {
  32. "Effect": "Allow",
  33. "Action": [
  34. "ecr:GetAuthorizationToken",
  35. "ecr:BatchCheckLayerAvailability",
  36. "ecr:GetDownloadUrlForLayer",
  37. "ecr:GetRepositoryPolicy",
  38. "ecr:DescribeRepositories",
  39. "ecr:ListImages",
  40. "ecr:BatchGetImage"
  41. ],
  42. "Resource": "*"
  43. }
  44. ]
  45. }