I have a situation to use AWS private(internal-facing) application load balancer (not a network load balancer) in the api gateway. Can anyone please guide me how to use ALB in the api gateway.
Asked
Active
Viewed 158 times
1
-
Do anyone find the solution? – Shobanil more Jan 08 '19 at 04:50
1 Answers
0
It is possible to integrate API Gateway with a private or internal facing ALB using http api route with private resource integration through a VPC link.
I've done so with an API Gateway --> VPC link --> internal facing ALB --> EC2 cluster with fargate in private subnets
See https://stackoverflow.com/a/67413951/2948212 for a step by step guide.

diegosasw
- 13,734
- 16
- 95
- 159