๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # IF YOU INCUR HUGE COSTS WITH THIS OR IT BREAKS DON'T BLAME ME License | |
| # This is a throw-away script I wrote to pull the json events for all of the streams from a cloudwatch log | |
| # For some reason, the naive way to do vpc network logging does logging to different streams in a cloudwatch | |
| # log based on interface. | |
| # Great for diagnosing lots of things, and generating verbose logs, but for the broad-stroke analysis I was doing, | |
| # all I really wanted was the basic data. This would have been easier if I had logged to s3, but I did not see a | |
| # way to do that in 2 clicks. | |
| group_name = 'CHANGEME' |