What problem does it solve?
AWS IAM key rotation is sensitive and manual because executing commands directly can lock you out or leave backups outdated, so this Skill gives you a fully reviewed script that you control instead of Claude running dangerous AWS operations.
Core Features & Use Cases
- Script generation: Produces a self-contained bash script from a template, inserting the requested IAM username and profile so the user reviews every step before execution.
- Verification and rollback prep: Reads ~/.aws/credentials, verifies current credentials, checks AWS key limits, stores a timestamped backup, validates the new key with retries, and outlines rollback steps before deleting the old key.
- Use Case: When a user tells Claude their AWS keys are old or they need to rotate credentials, respond with this Skill to create a vetted workflow they can run locally while keeping shared profiles intact.
Quick Start
Generate a reviewed AWS rotation script by specifying the IAM user and profile, saving it locally, and running bash rotate-aws-keys.sh.