Skip to content

A project to review the security posture in AWS

License

Notifications You must be signed in to change notification settings

w0rmr1d3r/AWholeS

Repository files navigation

AWholeS

Code style: black

A project to review the security posture in AWS

Python package

See AWholeS or checkout the PyPi package here

Installation

pip install AWholeS

Usage

# As a script:
python -m AWholeS
# As a dependency:
from AWholeS.ec2 import show_all_available_regions

if __name__ == '__main__':
    show_all_available_regions()

Other stuff

CloudFormation templates

See this folder

List of tools

See Tools