Skip to content

Instantly share code, notes, and snippets.

@suparngp
Created November 8, 2020 19:22
Show Gist options
  • Save suparngp/841635af6fadbeba5778174c3a864a13 to your computer and use it in GitHub Desktop.
Save suparngp/841635af6fadbeba5778174c3a864a13 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::123456789012:root"
},
"Action": "es:*",
"Resource": "arn:aws:es:us-east-1:400176810461:domain/my-es-domain/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment