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
| #!/usr/bin/env ruby | |
| # Implement CIS Benchmarks for AWS Section 3.x | |
| # Details on each benchmark from https://benchmarks.cisecurity.org/downloads/show-single/?file=awsfoundations.100 | |
| # name should be in camelcase since we'll use it for filter and alarm names | |
| filters = [ | |
| { | |
| benchmark: '3.1', |