Skip to content

Instantly share code, notes, and snippets.

@artem-hatchenko
Created December 30, 2023 15:16
Show Gist options
  • Save artem-hatchenko/949030fa214c07f17bd3225941f8f9d8 to your computer and use it in GitHub Desktop.
Save artem-hatchenko/949030fa214c07f17bd3225941f8f9d8 to your computer and use it in GitHub Desktop.
ecs_opensearch_log_policy.json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"es:ESHttpPost",
"es:ESHttpPut"
],
"Resource": "arn:aws:es:us-east-1:XXXXXXXXXXXX:domain/sandbox"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment