Skip to content

Instantly share code, notes, and snippets.

@youyo
Created February 24, 2017 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youyo/c9d7fa4c25363de53fd873744825966d to your computer and use it in GitHub Desktop.
Save youyo/c9d7fa4c25363de53fd873744825966d to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::xxxxxxxxxxx:role/role_name"
},
"Action": "es:*",
"Resource": "arn:aws:es:region:xxxxxxxxxxx:domain/ess_domain_name/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment