amazon-web-services - 使用 AWS ELB 作为服务将流量指向 AWS 外部的服务器

标签 amazon-web-services amazon-elb shared-hosting

我在 GoDaddy 上有一个共享托管帐户,并且有多个服务器,其中有我的代码。我需要做的是使用 ELB 或 ALB 而不是 Route 53 在多个服务器之间路由流量以管理负载。现在我不确定是否可以使用 ELB 或 ALB 服务将流量路由到 aws 环境之外。有人可以帮忙吗?

最佳答案

如果您可以将 AWS 外部的网络托管服务器与包含 ALB 的 VPC 互连,则可以将流量路由到 AWS 内部和外部服务器。此功能是将 ALB 用于扩展网络 AWS + 本地/企业环境。可以通过 VPN 或 Direct connect 创建互连。

Application Load Balancing via IP Address to AWS & On-Premises Resources

In order to address these use cases, Application Load Balancers can now route traffic directly to IP addresses. These addresses can be in the same VPC as the ALB, a peer VPC in the same region, on an EC2 instance connected to a VPC by way of ClassicLink, or on on-premises resources at the other end of a VPN connection or AWS Direct Connect connection.

关于amazon-web-services - 使用 AWS ELB 作为服务将流量指向 AWS 外部的服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58908263/

相关文章:

amazon-web-services - 如何使用 CloudFormation 为多个日志组创建 AWS CloudWatch 订阅筛选器

amazon-web-services - ELB 和 ECS 集群前的 Amazon API Gateway

ssl - 1 个 SSL 证书服务于单独的服务器

java - 在共享托管解决方案中的 JAVA 中托管 Restful Web 服务的位置

linux - 如何将我的旧站点从共享主机服务器移动到 VPS?

python - 使用 Amazon Textract 分析 PDF 的特定页面

PHP:如何解析多层次对象的动态属性

amazon-web-services - 为什么有两个不同的 AWS key ?

amazon-web-services - AWS ALB - 防止使用 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

node.js - 如何使用nodejs获取cloudfront/负载均衡器背后的协议(protocol)?