Forward HTTP request to an external server, using static IP - AWS

400 views Asked by At

I'm trying to forward a HTTP request to an external server using API Gateway. This external server is whitelisting IPs, such as the one allocated to a NAT Gateway we have.

If I just create an API Gateway HTTP, it wil work the way I want, but it will dynamic choose outbound IPs from cloudfare. Now, I wanted to route this outbound traffic from my API Gateway so it can use, for example, my NAT Gateway, or some other elastic IP that I can send to people whitelist it as well.

Any ideas how can I solve this?

0

There are 0 answers