miguelgrinberg/slam

AWS Credentials

mikerayco opened this issue · 2 comments

I have multiple AWS credentials in my computer. How can I specify the profile that I want slam to use?

I'm using boto3 and relying on what you have set in your environment for credentials. One option is to set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and optionally AWS_SESSION_TOKEN. If you already have a few sets of credentials in the credentials file, then you can select which one you want to be used by setting AWS_PROFILE.

This issue will be automatically closed due to being inactive for more than six months. Please reopen if you need more assistance.