skills/smithery.ai/aws-sso-auth-guide

aws-sso-auth-guide

Installation
SKILL.md

AWS SSO Terminal Guide

Discovery: Finding SSO Configuration

Get SSO Instance & Portal URL

# From management account
aws sso-admin list-instances --profile <mgmt-profile>
# Returns: InstanceArn, IdentityStoreId (d-xxxxxxxxxx), OwnerAccountId

# Portal URL format: https://d-xxxxxxxxxx.awsapps.com/start

List Accounts & Permission Sets

# List organization accounts
aws organizations list-accounts --profile <mgmt-profile>
Installs
1
First Seen
Apr 26, 2026
aws-sso-auth-guide from smithery.ai