Skip to content

foss-cafe/aws-cis-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cis-benchmark

Tools needed

  • Assuming aws CLI is already configured with profiles
  • Python 3.x

Installation

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

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

Ex

python main.py --service iam --checks 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages