File
Write to your ~/.aws/credentials file
Weep can write credentials to the AWS shared credential 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 AWS configuration settings and precedence 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
:
Last updated