Skip to content

Aws CLI

Profiles

List

aws configure list-profiles

Use Profile

# WIndows
set AWS_DEFAULT_PROFILE=account1

# Linux
export AWS_DEFAULT_PROFILE=account1

Feel free to use any content here.