login
Get an AWS session without hunting through the console.
bash
awsutopia login [--profile NAME] [--list] [--json] [--dry-run]What it does
- For SSO profiles, wraps
aws sso login --profile <name> - Calls
sts:GetCallerIdentityso you see who you're acting as
Exit 3 if the profile is missing or auth fails.
bash
awsutopia login --profile my-sso
awsutopia login --listFull story: Auth & login.