You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/aws-cloudwatch-events/sns
Radek Simko 30e5ec7b19
examples: Add examples for CloudWatch Events
10 years ago
..
README.md examples: Add examples for CloudWatch Events 10 years ago
main.tf examples: Add examples for CloudWatch Events 10 years ago
outputs.tf examples: Add examples for CloudWatch Events 10 years ago
variables.tf examples: Add examples for CloudWatch Events 10 years ago

README.md

CloudWatch Event sent to SNS Topic

This example sets up a CloudWatch Event Rule with a Target and SNS Topic to send any CloudTrail API operation into that SNS topic. This allows you to add SNS subscriptions which may notify you about suspicious activity.

See more details about CloudWatch Events in the official AWS docs.

How to run the example

terraform apply \
	-var=aws_region=us-west-2