This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| AWS Identity Collector: Extract Trust and Privilege Data Across Accounts | |
| This script collects identity and access metadata from one or more AWS accounts, | |
| including IAM roles, IAM users, SSO (AWS IAM Identity Center) users, and their policies. | |
| It’s used as a precursor for analyzing trust relationships and admin-equivalent access | |
| across AWS environments. |