1 Answer
- Newest
- Most votes
- Most comments
0
If you need a static IP for your API, you need to deploy your API as a Private API, and then have a proxy in a VPC which will forward the requests to the API Gateway. The proxy can be just an NLB that point to API Gateway's VPC Link ENI in the VPC.
Relevant content
- asked 10 months ago
- asked 7 years ago
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 8 months ago

In this case, it will not be a Public API. I need a Public API endpoint with static ip.