Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 14, 2019 22:34
Show Gist options
  • Save 100daysofdevops/19bde1f96a453a4885aecaa7f739ad0a to your computer and use it in GitHub Desktop.
Save 100daysofdevops/19bde1f96a453a4885aecaa7f739ad0a to your computer and use it in GitHub Desktop.
{
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "SNS:Publish",
"Resource": "arn:aws:sns:us-west-2:XXXXXX:alarms-topic", <--SNS Arn
"Condition": {
"ArnLike": {
"aws:SourceArn": "arn:aws:s3:::s3-cloudtrail-bucket-with-terraform-code" <---Bucket name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment