'How do I connect NLB to VPC endpoints for Private API GW in AWS?
I have added a TCP listener to my NLB and this listener forwards the traffic to the target group containing IP addressees (TCP targets). These IP addressees are of VPC endpoints (private API GW).
This setup is not working for me. The NLB can't connect to the endpoints. Is this possible in first place? I don't see any reason why it shouldn't. I couldn't find any documentation on it. The resource policy and the security group on the VPC endpoint is allow-everything.
I am running the following curl command on the NLB.
curl -k -X POST https://example-xxxxxxxxxx.elb.us-west-2.amazonaws.com/mystage/test -H'x-apigw-api-id:xxxxxxxxxx' -v
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
