Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
196
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. "Effect": "Allow",
  6. "Action": [
  7. "ec2:AuthorizeSecurityGroupEgress",
  8. "ec2:AuthorizeSecurityGroupIngress",
  9. "ec2:RevokeSecurityGroupEgress",
  10. "ec2:RevokeSecurityGroupIngress"
  11. ],
  12. "Condition": {
  13. "StringLike": {
  14. "ec2:ResourceTag/{Tagname}": "{TagValue}"
  15. }
  16. },
  17. "Resource": [
  18. "*"
  19. ]
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement