Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Last active February 16, 2016 10:27
Show Gist options
  • Save jacoelho/f1edf386e9207f6f5803 to your computer and use it in GitHub Desktop.
Save jacoelho/f1edf386e9207f6f5803 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"sns:Publish"
],
"Resource": "arn:aws:sns:us-west-2:XXXXXXX:ansible-api"
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment