You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I typically have multiple profiles in my ~/.aws/config and ~/.aws/credentials files.
I deliberately don't set a default profile because I want to be sure I don't do things in the wrong account by mistake.
So I use the AWS_PROFILE environment variable to determine which profile to use.
After setting that variable, I get this when running awsbw:
$ awsbw -Q mixed
AWS profile default does not exist.
Available profiles: [redacted]
Exiting.
Would be great if awsbw would recognize non-default profiles.
The text was updated successfully, but these errors were encountered:
Never mind, I did not notice the -P option. Though this seems like a bit of a nonstandard way of supporting multiple profiles (I would have expected the AWS_PROFILE variable to be honored), it works.
I typically have multiple profiles in my ~/.aws/config and ~/.aws/credentials files.
I deliberately don't set a default profile because I want to be sure I don't do things in the wrong account by mistake.
So I use the
AWS_PROFILE
environment variable to determine which profile to use.After setting that variable, I get this when running awsbw:
Would be great if awsbw would recognize non-default profiles.
The text was updated successfully, but these errors were encountered: