File
Write to your ~/.aws/credentials file
Last updated
Was this helpful?
Write to your ~/.aws/credentials file
Last updated
Was this helpful?
Weep can write credentials to the file in your home directory. The AWS CLI and SDKs will refer to this file and use the credentials for a specified profile (or default
if none is specified).
Read about for information about precedence of credential sources.
This will write credentials to your ~/.aws/credentials
file that will be used automatically.
Then just run your application or AWS CLI command with the appropriate profile:
Profiles can also be set in AWS SDKs. For example in boto3
: