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.
答案 0 :(得分:0)
可以使用 http api 路由将 API 网关与私有或面向内部的 ALB 集成,并通过 VPC 链接进行私有资源集成。
我已经使用 API 网关 --> VPC 链接 --> 面向内部的 ALB --> 在私有子网中带有 fargate 的 EC2 集群
请参阅 https://stackoverflow.com/a/67413951/2948212 以获取分步指南。