I have a regional AWS ApiGateway instance configured in the us-east-1
region with a custom domain name (api.stage.aws.stckdapp.com
).
It's working fine accessed from Toronto, ON, Canada, but for some reason the DNS resolution is failing when tried from San Francisco, CA.
Not sure if this helps, but I also configured an AWS Route 53 health check which is also failing frequently (in different regions all over the world) with this message: Failure: DNS resolution failed: Rcode NXDomain(3)
I have an AWS Route 53 hosted zone set up with an A record pointing to the ApiGateway's default endpoint (xxxxxx.execute-api.us-east-1.amazonaws.com.
).