Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": [
  8. "ec2:DescribeHosts",
  9. "sts:AssumeRole",
  10. "ec2:DescribeInstances",
  11. "ec2:DescribeAvailabilityZones",
  12. "ec2:DescribeTags",
  13. "ec2:DescribeInstanceStatus"
  14. ],
  15. "Resource": "*"
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement