Closed joswr1ght closed 2 years ago
I'm having this same issue but I am not providing a profile name. My AWS instance is operating under the free tier so I dont think it's a payment issue. Im not sure why but fireprox will not just load my AWS keys. Any help appreciated
Using a
--profile_name
parameter returns the errorUnable to load AWS credentials
:Debugging this indicates this is the problem:
The region is required otherwise Boto3 will raise
botocore.exceptions.NoRegionError
. This is a broad try/except block with no specific exception handling, so it's easy to miss this. This could be a change in Boto3 (I'm using 1.17.59) since the initial release too.