I have two instances of ec2 A and B both in the same region, security group, etc. I use boto to make the connection.
After updating boto from version 2.34.0 to version 2.35.0, I cannot connect to the node from instance A, but can connect from instance B.
<Code> AuthFailure AWS failed to verify the provided access credentials
I found out that a possible cause of such a problem is boto Switch elb / ec2 to version 4 signature
How is it possible that I can connect from machine B but could not connect to machine A? (python code responsible for the connection, in both cases)
What could cause such a strange situation? thank
source
share