Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": [
  7. "ec2:*Vpc*",
  8. "ec2:*Subnet*",
  9. "ec2:*Gateway*",
  10. "ec2:*Vpn*",
  11. "ec2:*Route*",
  12. "ec2:*Address*",
  13. "ec2:*SecurityGroup*",
  14. "ec2:*NetworkAcl*",
  15. "ec2:*DhcpOptions*",
  16. "ec2:RunInstances",
  17. "ec2:StopInstances",
  18. "ec2:StartInstances",
  19. "ec2:TerminateInstances",
  20. "ec2:Describe*"
  21. ],
  22. "Resource": "*",
  23. "Condition": {
  24. "StringEquals": {
  25. "ec2:Vpc": "arn:aws:ec2:region:account:vpc/vpc-id"
  26. }
  27. }
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement