Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "Stmt1459442326000",
  6. "Effect": "Allow",
  7. "Action": [
  8. "iam:PassRole",
  9. "ec2:AuthorizeSecurityGroupEgress",
  10. "ec2:AuthorizeSecurityGroupIngress",
  11. "ec2:CreateSecurityGroup",
  12. "ec2:CreateTags",
  13. "ec2:CreateVolume",
  14. "ec2:DeleteSecurityGroup",
  15. "ec2:DeleteVolume",
  16. "ec2:DescribeAvailabilityZones",
  17. "ec2:DescribeImages",
  18. "ec2:DescribeInstances",
  19. "ec2:DescribeRegions",
  20. "ec2:DescribeSecurityGroups",
  21. "ec2:DescribeTags",
  22. "ec2:DescribeVolumes",
  23. "ec2:DetachVolume",
  24. "ec2:RevokeSecurityGroupEgress",
  25. "ec2:RevokeSecurityGroupIngress",
  26. "ec2:RunInstances",
  27. "ec2:StartInstances",
  28. "ec2:StopInstances",
  29. "ec2:TerminateInstances"
  30. ],
  31. "Resource": [
  32. "*"
  33. ]
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement