Push API timeouts

I’m bumping into the following, on my AWS instances I can’t seem to reach the Push API (exp.host), DNS resolves fine, but all HTTP(S) requests time out.

$ curl --verbose https://exp.host/
*   Trying 35.202.142.166...

Same for HTTP

$ curl --verbose http://exp.host/
*   Trying 35.202.142.166...

it subsequently times out, but any other domain seems to work, for example:

$ curl --verbose -I https://google.com/
*   Trying 74.125.193.102...
* Connected to google.com (74.125.193.102) port 443 (#0)

Could it be that my IP range is banned somehow? I’m struggling to figure out what’s going on here.

It’s unlikely you’re blocked from Expo’s side. Do you have a VPC set up, a restrictive outbound security group, or network ACLs that could be blocking this? My sense is this is an issue with the AWS configuration somewhere.

Thanks for the reply! I set up a new VPC and the problem disappeared!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.