assume-role
assume-role copied to clipboard
Use Official SDK Environment Variables
what
- Support
AWS_DATA_PATHfor the default path to the AWS configs (with perhaps the current fallback ofHOME) - Support
AWS_CONFIG_FILEfor the path to the standardconfigfile - Support
AWS_SHARED_CREDENTIALS_FILEfor the path to thecredentialsfile
why
- Interoperability with other tools
- Embrace current conventions
references
- https://docs.aws.amazon.com/cli/latest/topic/config-vars.html
- https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html
@osterman PR welcome.