Guest User

Untitled

a guest
Dec 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": "ec2:*",
  8. "Resource": "*",
  9. "Condition": {
  10. "StringEqualsIfExists": {
  11. "ec2:InstanceType": [
  12. "t2.micro",
  13. "t2.small",
  14. "t3.micro",
  15. "t3.nano",
  16. "t2.nano"
  17. ]
  18. }
  19. }
  20. }
  21. ]
  22. }
Add Comment
Please, Sign In to add comment