amazon vpc – IP address range used by API Gateway HTTP Api – Stack Overflow

i have an app running on an ec2 instance behind an ALB, which is part of a VPC, now i am using API Gateway HTTP Api with http integration, which will call an endpoint of this app, since this EC2 and ALB is part of a VPC and not publicly accessible, aws docs are suggesting me to create a VPC link which will allow my API Gateway api to call my endpoint. Now the problem is i need to edit the inbound rules of my ALB to allow calls from API Gateway API, but what is the ip used by this API Gateway

i tried looking around existing posts, some posts are saying use some NAT Gateway and attach an elastic ip for this and use together with Lambda, i don’t know why Lambda is required here and i want to know if it is possible to find the ip address range used by this Gateway Api. If HTTP Api of API Gateway doesn’t use specific or set of ip address, can using REST Api help me to attach a ip range or specific ip?

Read more here: Source link