Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
1,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "",
  6. "Effect": "Allow",
  7. "Principal": {
  8. "AWS": [
  9. "arn:aws:iam::222222222222:root",
  10. "arn:aws:iam::333333333333:root"
  11. ]
  12. },
  13. "Action": "es:*",
  14. "Resource": "arn:aws:es:us-east-1:222222222222:domain/item-dispatcher-qa/*"
  15. },
  16. {
  17. "Sid": "",
  18. "Effect": "Allow",
  19. "Principal": {
  20. "AWS": "*"
  21. },
  22. "Action": "es:*",
  23. "Resource": "arn:aws:es:us-east-1:333333333333:domain/item-dispatcher-qa/*",
  24. "Condition": {
  25. "IpAddress": {
  26. "aws:SourceIp": [
  27. "100.200.100.200",
  28. "10.20.10.30"
  29. ]
  30. }
  31. }
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement