Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一种情况要在 api 网关中使用 AWS 私有(面向内部)应用程序负载均衡器(不是网络负载均衡器)。谁能指导我如何在 api 网关中使用 ALB。
可以使用 http api 路由将 API 网关与私有或面向内部的 ALB 集成,并通过 VPC 链接进行私有资源集成。
我已经使用 API Gateway --> VPC 链接 --> 面向内部的 ALB --> EC2 集群与私有子网中的 Fargate 完成了此操作
有关分步指南,请参阅https://stackoverflow.com/a/67413951/2948212 。