Untitled
Anonymous
plain_text
09/25/2023 6:59 PM
304 B
23
Indexable
aws_sso_export() {
eval "$(aws configure export-credentials --profile $@ --format env)"
region=$(aws configure get region --profile $@)
eval "export AWS_REGION=$region"
eval "export AWS_DEFAULT_REGION=$region"
}
Editor is loading...