{ "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::222222222222:root", "arn:aws:iam::333333333333:root" ] }, "Action": "es:*", "Resource": "arn:aws:es:us-east-1:222222222222:domain/item-dispatcher-qa/*" }, { "Sid": "", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "es:*", "Resource": "arn:aws:es:us-east-1:333333333333:domain/item-dispatcher-qa/*", "Condition": { "IpAddress": { "aws:SourceIp": [ "100.200.100.200", "10.20.10.30" ] } } } ] }