Skip to content

Aws CLI

Profiles

List

aws configure list-profiles

Create Profile

With SSO aws configure sso

Use Profile

# WIndows
set AWS_DEFAULT_PROFILE=account1

# Linux
export AWS_DEFAULT_PROFILE=account1

Feel free to use any content here.