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
According to the docs here (and the behavior of the aws-cli tool), the profiles, ie. the section names in the ~/.aws/config file should be prefixed with "profile", for example:
[profile user1]
region=us-east-1
output=text
while awsudo, expects it to be just [user1].
The text was updated successfully, but these errors were encountered:
According to the docs here (and the behavior of the aws-cli tool), the profiles, ie. the section names in the ~/.aws/config file should be prefixed with "
profile
", for example:while awsudo, expects it to be just
[user1]
.The text was updated successfully, but these errors were encountered: