Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 841 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 841 Bytes

Security Groups Report Generator

Security Group Report Generator provides you a centralized, point in time report of your security groups policy.
The script outputs an excel table:

Prerequisites

IAM policy

The required permissions can be found here iam.json

Configure AWS CLI credentials

aws configure

or

export AWS_ACCESS_KEY_ID="ASXXXXXXX"
export AWS_SECRET_ACCESS_KEY="XXXXXXXXX"
export AWS_SESSION_TOKEN="XXXXXXXXX"

Install

  1. Clone this repo
  2. pip install .

Getting Started

  1. Run the tool security-groups-report
  2. Wait
  3. Review the generated excel file

Security

See CONTRIBUTING for more information.

License

This library is licensed under the Apache 2.0 License. See the LICENSE file.