Created
December 30, 2023 15:16
-
-
Save artem-hatchenko/949030fa214c07f17bd3225941f8f9d8 to your computer and use it in GitHub Desktop.
ecs_opensearch_log_policy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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