-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for --profile
flag for choosing AWS profile
#20
Comments
Hi, thanks for raising this. We have it in our plan, there is a PR for it already. |
Thanks for opening the issue @kaheicanaan! As @lmouhib mentioned, in progress just need to make sure it works across all the different clients. :) I'm curious, does setting |
Oh, it works for me as well. I didn't notice that there is another way to change the AWS profile. |
Currently, all
boto3
clients are initiated without specifying the AWS profile name. Hence, thedefault
profile will be used.Adding the
--profile
flag would significantly improve the handiness of the CLI because it is very common to switch the profile frequently during development (for example, changing the target environment betweendev
andprod
by switching the AWS profile).The text was updated successfully, but these errors were encountered: