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.

27 lines
465 B

  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": ["ec2:*"],
  7. "Resource": ["*"]
  8. },
  9. {
  10. "Effect": "Allow",
  11. "Action": ["elasticloadbalancing:*"],
  12. "Resource": ["*"]
  13. },
  14. {
  15. "Effect": "Allow",
  16. "Action": ["route53:*"],
  17. "Resource": ["*"]
  18. },
  19. {
  20. "Effect": "Allow",
  21. "Action": "s3:*",
  22. "Resource": [
  23. "arn:aws:s3:::kubernetes-*"
  24. ]
  25. }
  26. ]
  27. }