Aller au contenu

AWS SDK for Python

De Banane Atomic

Links

Command line

# get the credentials using AWS SSO (Single Sign-On) for the profile
aws --profile [Profile1] sso login

# force the usage of a specific AWS profile
$Env:AWS_PROFILE = "Profile1"