简体   繁体   English

如何在 aws api 网关中使用 AWS 私有应用程序负载均衡器

[英]How to use AWS private application load balancer in aws api gateway

I have a situation to use AWS private(internal-facing) application load balancer (not a network load balancer) in the api gateway.我有一种情况要在 api 网关中使用 AWS 私有(面向内部)应用程序负载均衡器(不是网络负载均衡器)。 Can anyone please guide me how to use ALB in the api gateway.任何人都可以指导我如何在 api 网关中使用 ALB。

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.可以使用 http api 路由将 API 网关与私有或面向内部的 ALB 集成,并通过 VPC 链接进行私有资源集成。

I've done so with an API Gateway --> VPC link --> internal facing ALB --> EC2 cluster with fargate in private subnets我已经使用 API 网关 --> VPC 链接 --> 面向内部的 ALB --> 在私有子网中带有 fargate 的 EC2 集群

See https://stackoverflow.com/a/67413951/2948212 for a step by step guide.有关分步指南,请参阅https://stackoverflow.com/a/67413951/2948212

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 何时在 AWS 中通过 API 网关使用 Application Load Balancer? - When to use Application Load Balancer over API Gateway in AWS? 如何为 ECS 添加带有应用程序负载均衡器的 AWS API 网关? - how to add AWS API gateway with application load balancer for ECS? 用于微服务的专用子网ecs连接上的负载均衡器的AWS API网关 - AWS API gateway to load balancer on private subnet ecs connection for microservices 如何在us-east-1之外将HTTPS API网关和应用程序负载均衡器结合使用? - How do I combine AWS API Gateway and Application Load Balancer for HTTPS outside of us-east-1? 如何将 Java Lambda 从 AWS API Gateway 转换为负载均衡器 - How To Convert Java Lambda from AWS API Gateway to Load Balancer 您是否需要在 AWS 上使用 Global Accelerator 的 NAT 网关和私有应用程序负载均衡器? - Do you need a NAT Gateway with a Private Application Load Balancer using Global Accelerator on AWS? 在 AWS 中是否可以在具有私有端点的 API 网关前面放置一个网络负载均衡器? - Is it possible in AWS to put a Network Load Balancer in front of the API Gateway that has private endpoints? 使用 AWS API 网关将请求通过应用程序负载均衡器传递到 Web 应用程序 - Using AWS API Gateway To Pass Requests Through An Application Load Balancer To A Web Application AWS Application Load Balancer- - AWS Application Load Balancer - EKS 服务 504 网关超时 - AWS 应用程序负载均衡器 Controller - EKS Service 504 Gateway Timeout - AWS Application Load Balancer Controller
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM