Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement