terraform/examples/aws-cloudwatch-events/kinesis
Valentin Pichard c6beaa7ce8 Fmt all the config files
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
2016-09-22 11:49:09 +00:00
..
README.md examples: Add examples for CloudWatch Events 2016-02-13 13:21:33 +00:00
main.tf Fmt all the config files 2016-09-22 11:49:09 +00:00
outputs.tf examples: Add examples for CloudWatch Events 2016-02-13 13:21:33 +00:00
variables.tf Fmt all the config files 2016-09-22 11:49:09 +00:00

README.md

CloudWatch Event sent to Kinesis Stream

This example sets up a CloudWatch Event Rule with a Target and IAM Role & Policy to send all autoscaling events into Kinesis stream for further examination.

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

How to run the example

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