dql
dql copied to clipboard
Is there any support for aws profiles
Is there any support for aws profile like passing profile with -p. A workaround is to set environment variable AWS_DEFAULT_PROFILE.
No, we're not passing any auth data to the boto session when it's created, so nothing on the command line will end up there. Boto will read from a number of sources, so you also have the options of ~/.aws/config or ~/.boto, for example
If you're sick of manually setting the profile for dql you can pretty easily alias dql='AWS_DEFAULT_PROFILE=myprofile dql'
I run it like this and it works: AWS_PROFILE=my-profile dql -r us-east-1