How to access private API Gateway over on-prem/VPN?
问题 I have created an API gateway to run a Lambda function. This is meant to be used as an internal service so my API gateway is private. In order to make the API gateway accessible privately I did the following: Created a VPC endpoint in a couple of subnets of our VPC Added the endpoint to a security group that only allows traffic from on-prem Added a resource policy to the API gateway that only allows requests from the VPC endpoint These steps effectively block public requests and allow