Skip to content

Instantly share code, notes, and snippets.

@dtelaroli
Created August 23, 2020 18:49
Show Gist options
  • Save dtelaroli/e86aa9969cfd001a436612ebc9799cd6 to your computer and use it in GitHub Desktop.
Save dtelaroli/e86aa9969cfd001a436612ebc9799cd6 to your computer and use it in GitHub Desktop.
AWS ElasticSearch Service policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<accountId>:role/<authRoleArn>"
},
"Action": "es:*",
"Resource": "<ESDomainArn>/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment