Skip to content

Instantly share code, notes, and snippets.

@jdyke
Last active June 17, 2020 18:20
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 jdyke/b5463b5b4cee4b0dc72e6f7e20fd4992 to your computer and use it in GitHub Desktop.
Save jdyke/b5463b5b4cee4b0dc72e6f7e20fd4992 to your computer and use it in GitHub Desktop.
domainPolicy.json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": [
"123456789012"
]
},
"Action": [
"es:*"
],
"Resource": "arn:aws:es:us-west-2:123456789012:domain/testDomain/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment