Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Multiple changes - look at description. #86

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions aws_cis_foundation_framework/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# aws-cis-foundation-benchmark-checklist
Script to evaluate your AWS account against the full CIS Amazon Web Services
Foundations Benchmark 1.1
Foundations Benchmark ~~1.1~~`1.2`
The script have a number of different outputs, all optional by changing the
settings inside the script.
All outputs will generate a single report of all supported controls in short
format, full JSON or HTML.
format, full JSON ~~or~~`and` HTML.
Delivery of the report is console output for JSON structure, S3 SignedURL for
HTML file and optional publish to SNS for the S3 SignedURL if you wish to
receive an email or trigger other functions any time a new report is done.
Expand All @@ -14,7 +14,8 @@ multiple accounts
## Execution
### Requirement
Verified with Python 2.7.
Python 3.6 support in process.

`verfied with Python 3.6.` ~~support in process.~~

### Config Rules
By adding the script to you AWS account as a Lambda function you can tie it
Expand All @@ -38,4 +39,12 @@ Specify profile by using the -p or --profile

## IAM Policy
The IAM policy required to run the script is located in the file
aws-cis-foundation-benchmark-checklist-lambdarole.json
aws-cis-foundation-benchmark-checklist-lambdarole.json

## changes
* updated benchmarks for CIS 1.2
* added logging
* added mutiprocessing per benchmark set
* json report to s3
* added support for python 3

Loading