azure - 高可用性 (HA) 网站在 Azure 和 AWS 之间实现负载均衡吗?

标签 azure amazon-web-services amazon-ec2 load-balancing devops

我有一位客户希望通过分布在 AWS 和 Azure 上的 HA 基础设施来为他们的网站提供服务(出于他们自己的原因)。我的理解是,这是不可能的 - 您选择 AWS 和 Azure,然后让负载均衡器位于任一堆栈中并自动缩放(例如,在 AWS 中跨 EC2 实例使用 Elastic Load Balancing)。

我的理解有误吗?这确实可能吗?提前致谢。

最佳答案

使用DNS load balancing ,基本上就是 Round robin DNS .

DNS load balancing is the practice of configuring a domain in the Domain Name System (DNS) such that client requests to the domain are distributed across a group of server machines. A domain can correspond to a website, a mail system, a print server, or another service that is made accessible via the Internet.

就您而言,服务器组分布在云提供商之间。有很多警告和挑战,但这是可能的。

另请参阅Best way to load balancing between AWS and Rackspace 。类似的用例。

关于azure - 高可用性 (HA) 网站在 Azure 和 AWS 之间实现负载均衡吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37847587/

相关文章:

azure - KQL - KQL 查询的逻辑处理

json - Azure 认知服务技能不保留自定义技能值

python - 如何在 Python 中高效地将小文件上传到 Amazon S3

amazon-web-services - 如何查找未使用的 Amazon EC2 安全组

amazon-ec2 - 列出与特定弹性负载均衡器关联的 EC2 实例的 AWS API 操作?

.net - 使用 CI CD Azure DevOps 部署之前使 APP 脱机

sql - Azure SQL 数据库中的 Json 支持

javascript - Dynamoose/DynamoDB 更新将空数组保存为 null

amazon-web-services - 如何在特定的字幕中查询AWS Elastic Search中的 “Eat”一词

python - 将Python应用程序部署到AWS