- Assuming aws CLI is already configured with profiles
- Python 3.x
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py -h
usage: main.py [-h] [--profile PROFILE] [--region REGION]
[--services [SERVICES [SERVICES ...]]]
[--checks [CHECKS [CHECKS ...]]]
CIS benchmarking tool
optional arguments:
-h, --help show this help message and exit
--profile PROFILE AWS Profile
--region REGION AWS Region
--services [SERVICES [SERVICES ...]]
AWS Resource type
--checks [CHECKS [CHECKS ...]]
CIS checks
python main.py --service iam --checks 1