All my ec2 instances are in us-east-1. All are managed by the system manager, except one (a pfsense machine).
When I try to give a "curl" command from any machine to "https://ec2.us-east-1.amazonaws.com" I get a "connection refused - timeout".
If I curl to "https://ec2.us-west-2.amazonaws.com" (or any other region) it works.
When I do the same operation from my pfsense machine curl works correctly.
I've already created new instances in the same subnet as my pfsense machine, same security group too and it still doesn't work.
As the connection to ec2.us-east-1.amazonaws.com doesn't work I'm having problems with my EKS. As a palliative I had to change the /etc/hosts of the machines, with this it works, but this is horrible.
Has anyone had this kind of problem?