Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Action": [
  6. "ec2:Describe*",
  7. "ec2:RebootInstances",
  8. "ec2:RunInstances",
  9. "ec2:CreateTags"
  10. ],
  11. "Effect": "Allow",
  12. "Resource": "*",
  13. "Condition": {
  14. "StringEquals": {
  15. "ec2:Region:VPC": "us-west-2:vpc/vpc-00000000"
  16. }
  17. }
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement