AWS
awsAuthenticate with AWS using IAM credentials or SSO. Access all AWS services via the CLI.
🔐 Authentication Methods
credentials
IAM Credentials
Register at: https://console.aws.amazon.com/iam
- Create an IAM user with programmatic access
- Attach appropriate policies
- Copy Access Key ID and Secret Access Key
sso
AWS SSO
Register at: https://console.aws.amazon.com/sso
- Configure SSO in AWS Organization
- Run 'aws sso login' to authenticate
- Select the appropriate account and role
👤 Identity
Profile: AWS profile name (default, or from ~/.aws/config)
🌐 APIs
cli
Base URL: aws-cli
Auth Header: AWS Config
Methods: credentials sso