I have a public AWS API Gateway.
I have a server in a VPC the same region as that API gateway. The server cannot access endpoints of that API gateway. Requests to the gateway hang and time out. The server can access API gateways in other regions of the same AWS account just fine.
Servers in VPCs in other regions can access the API gateway just fine. My local computer can access the gateway just fine. The only thing that can't access the gateway is a server in the same region.
What is going on?