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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Changing that to anything other than default fixes the problem.
Does anyone know a way around this? For an interim fix, I've created a bash alias that invokes aws --profile my_profile, but a real fix would be nice to have.
The text was updated successfully, but these errors were encountered:
I ran in to an issue recently where I kept getting prompted for a password. Entering the correct password resulted in another password prompt:
It keeps doing this until I enter an incorrect password or
^C
out of it.After some serious debugging, I discovered that this is because I was using a
default
profile in my.aws/config
:Changing that to anything other than
default
fixes the problem.Does anyone know a way around this? For an interim fix, I've created a bash alias that invokes
aws --profile my_profile
, but a real fix would be nice to have.The text was updated successfully, but these errors were encountered: