Obtains information about an AWS Organization
- enumerates AWS accounts in an org and reports on those with the default
OrganizationAccountAccessRole
- enumerates AWS accounts in an org and reports on number of IAM users
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- assume a role into the AWS org management account
- open CloudShell
- upload the file, e.g. org_access.py to CloudShell
python org_access.py