Getting Started with OrgCrawler
A python library for managing resources across all accounts in an AWS Organization.
OrgCrawler package exports two primary classes:
orgcrawler.orgs.Org
provides a data model and methods for querying AWS Organizations resources:
- accounts
- organizational units
- service control policies
orgcrawler.crawlers.Crawler
provides a framework for executing user defined python code in all accounts and regions or a subset thereof.
OrgCrawler also contains two commandline scripts:
orgquery
Provides a generic interface for running organization queries
orgcrawler
Execute a custom boto3 payload pythonfunction in all specified accounts/regions
See full documentation at https://orgcrawler.readthedocs.io/en/latest/