This Tool is to export your AWS Organizations structure, Policies to Json file and import structure, SCPs to another AWS Organization. During import and export a a log file is written so that the processes can be traced
Releases | Author |
---|---|
Changelog | David Krohn Linkedin - Blog |
ℹ️ Uses Access Analyzer policy validation to validates your SCPs against IAM policy grammar and best practices.
Visualize Organization with graphviz: orgtool.py -u visualize-organization-graphviz -f <file.json> -p AWSPROFILE
ℹ️ Visualize Organization currently use Graphviz please install before using the function.
Visualize Organization with diagrams.net: orgtool.py -u visualize-organization-diagrams -f <file.json> -p AWSPROFILE
ℹ️ The tool will generate a organziations.csv file. Follow the guide to import from CSV to draw.io diagrams
-
Creating virtual env:
python3 -m venv orgtool
-
Activate virtual env:
source orgtool/bin/activate