Security Group Report Generator provides you a centralized, point in time report of your security groups policy.
The script outputs an excel table:
The required permissions can be found here iam.json
aws configure
or
export AWS_ACCESS_KEY_ID="ASXXXXXXX"
export AWS_SECRET_ACCESS_KEY="XXXXXXXXX"
export AWS_SESSION_TOKEN="XXXXXXXXX"
- Clone this repo
pip install .
- Run the tool
security-groups-report
- Wait
- Review the generated excel file
See CONTRIBUTING for more information.
This library is licensed under the Apache 2.0 License. See the LICENSE file.