From aws-profile-manager
Show status of all AWS profiles including expiration and current active profile
How this command is triggered — by the user, by Claude, or both
Slash command
/aws-profile-manager:aws-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display the status of all AWS profiles configured for Vehicle Custody accounts. # Your Task 1. **Check AWS_PROFILE environment variable**: Show which profile is currently active 2. **Read ~/.aws/credentials**: Parse the credentials file to find all vc-* profiles 3. **Analyze each profile**: - Check if credentials exist - Determine if they are temporary (have session token) or permanent - For ALKS-managed profiles, note they are temporary 4. **Format and display status**: # Status Indicators - **✓ Valid**: Credentials exist and appear valid - **⚠ Expired**: Profile exists b...
Display the status of all AWS profiles configured for Vehicle Custody accounts.
Check AWS_PROFILE environment variable: Show which profile is currently active
Read ~/.aws/credentials: Parse the credentials file to find all vc-* profiles
Analyze each profile:
Format and display status:
AWS Profile Status
==================
Current Active Profile: vc-nonprod (via AWS_PROFILE)
Profile Account Role Status Notes
-------------------------------------------------------------------------
vc-nonprod 536228277869 ALKSAdmin ✓ Valid ALKS temporary credentials
vc-sandbox 240398786999 ALKSReadOnly ✓ Valid ALKS temporary credentials
vc-preprod 617995200517 ALKSReadOnly ⚠ Expired Run /aws-auth preprod
vc-prod 867828046507 ALKSReadOnly ✗ Missing Run /aws-auth prod
Tip: ALKS temporary credentials expire after ~12 hours
Use /aws-auth-all to refresh all profiles
Use /aws-switch <profile> to change active profile
Show which profile is currently active by checking:
If possible, estimate credential expiration by:
_internal_managed_by=alks markernpx claudepluginhub Add4x/cc-plugins --plugin aws-profile-manager/aws-profileManages AWS profiles for MCP server configs — discovers SSO, assumed-role, and Granted profiles, checks credential TTL, switches profiles across VS Code and Claude Code, and scans AWS Organization accounts.
/statusReports AWS Inspector connector status: configuration state, credential validity, last-run freshness, AWS CLI details, account info, and cached findings.
/review-iamAudit IAM policies and roles for least-privilege design and excessive permissions.