Untitled

 avatar
unknown
plain_text
2 years ago
228 B
10
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...