github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/examples/aws-cloudwatch-events/kinesis/README.md (about) 1 # CloudWatch Event sent to Kinesis Stream 2 3 This example sets up a CloudWatch Event Rule with a Target and IAM Role & Policy 4 to send all autoscaling events into Kinesis stream for further examination. 5 6 See more details about [CloudWatch Events](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatchEvents.html) 7 in the official AWS docs. 8 9 ## How to run the example 10 11 ``` 12 terraform apply \ 13 -var=aws_region=us-west-2 14 ```