8000 GitHub - Celidor/aws-org-info: Enumerate AWS accounts in an AWS Organization with and without the default org access role
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Celidor/aws-org-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-org-info

Obtains information about an AWS Organization

organization access role

  • enumerates AWS accounts in an org and reports on those with the default OrganizationAccountAccessRole

IAM users

  • enumerates AWS accounts in an org and reports on number of IAM users

setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

usage

  • 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

About

Enumerate AWS accounts in an AWS Organization with and without the default org access role

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0