Relative Content

Tag Archive for amazon-web-servicesaws-api-gatewayaws-application-load-balancermtls

Access API Gateway Interface Endpoint from ALB

I have an API gateway deployed with a private endpoint configuration, the endpoint configuration consists of an interface endpoint with the service name “com.amazonaws.af-south-1.execute-api” that is attached to my private subnets. The API Gateway allows me to access a backend ec2 instance running a basic flask application that I use for testing.