AWS SDK for Python
Apparence
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" |
# 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" |