A personal wiki of AWS knowledge: CLI cheat sheets, operational guides, and helper scripts, collected from real-world usage.
| Section | What's inside |
|---|---|
| auth/ | IAM users, AWS SSO, IAM Identity Center |
| cli/ | AWS CLI v2 install, profile/region/pager nuances, one page per aws subcommand |
| cloudshell/ | Persistent tooling (mise, just) in the CloudShell environment |
| ec2/ | Inventory, manual/final snapshots, safe elimination |
| rds/ | RDS deletion considerations and checklist |
| list-resources/ | Account-wide discovery: AWS Config, Cloud Control API, CDK, Steampipe |
| dev-tools/ | CodeCommit, CodeBuild, CodePipeline, reporting scripts |
| scripts/ | Helper scripts, each marked read-only or write |
Write scripts are marked write in scripts/README.md and support --dry-run where practical. Run them with --dry-run first, and pass an explicit --profile / --region rather than relying on shell defaults.