Skip to content

Instantly share code, notes, and snippets.

@diogodilcl
Created March 27, 2020 20:59
Show Gist options
  • Save diogodilcl/4642324583631be4d49fcc506fef241f to your computer and use it in GitHub Desktop.
Save diogodilcl/4642324583631be4d49fcc506fef241f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": "arn:aws:iam::123456789012:role/es-assume-role-backup"
},
{
"Effect": "Allow",
"Action": "es:ESHttpPut",
"Resource": "arn:aws:es:region:123456789012:domain/my-domain/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment