aws-sso-login
SKILL.md
AWS SSO Login
A skill to authenticate to AWS using Single Sign-On (SSO) for a specified profile.
Purpose
Perform SSO authentication before executing AWS CLI operations. SSO sessions typically expire after 8-12 hours, requiring re-authentication.
Input Parameters
profile: AWS CLI profile name configured for SSO (default: defined by project, e.g.,web-hosting)- If the profile name is not known/available from project docs or prior context, ask the user which AWS CLI profile to use before running this skill.
Execution Steps
- Execute
aws sso logincommand with the specified profile - Open browser automatically (or provide a URL to open manually)
- Complete authentication in the browser
- Confirm successful authentication