When I run this command on my Ubuntu 16.04 EC2 Instance:
curl -vvv https://www.oddsportal.com/site-map-active/
it returns
* connect to 188.92.41.44 port 443 failed: Connection timed out
* Failed to connect to www.oddsportal.com port 443: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to www.oddsportal.com port 443: Connection timed out
However, on my local machine, it returns the expected HTML.
Is it true that AWS IP's are blacklisted from certain domains?