AWS IAM Policy - allow from IP Addresses AND allow Firehose AWS IAM Policy - allow from IP Addresses AND allow Firehose elasticsearch elasticsearch

AWS IAM Policy - allow from IP Addresses AND allow Firehose


  1. Add the following prior to the Statement: "Version": "2012-10-17",
  2. For your source IP's, have you specified a subnet mask like /32 or /24? It's required per http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Conditions_IPAddress
  3. Add a unique "Sid" to the first statement, you have one for the 2nd statement. Documentation says it's optional, however I have a working policy very close to yours except for these differences.