- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在设计一个跨单个 AWS 区域中的 3 个可用区 (AZ) 托管的应用程序。该应用程序由多个微服务组成。
当应用程序处理来自 Internet 的 Web 请求时,我希望初始请求在所有 AZ 之间进行负载平衡。但是当 Web 服务器进行进一步的微服务调用时,我希望负载均衡器更喜欢与初始请求相同的 AZ,以避免跨 AZ 产生的延迟。我还希望负载均衡器能够识别不健康的实例并在需要时跨 AZ 路由。
在 AWS 中可以进行这样的配置吗?
谢谢,亚当
最佳答案
AS @Michael-sqlbot 评论道:
By default, a classic ELB is in an intra-AZ mode -- but only on the back side. On the front-side (DNS level), there's no control over which balancer node gets the request. The web server calling a microservice will hit a classic balancer node in a random AZ, which would then send the request to a back-end in the same AZ if cross-AZ is disabled.
2.“如果需要,不健康的实例和跨 AZ 的路由”是 ELB 默认的工作方式。
这是关于 how ELB works 的 AWS 教程.
他们引用这种行为的原因之一很有趣:
For environments where clients cache DNS lookups, incoming requests might favor one of the Availability Zones. Using cross-zone load balancing, this imbalance in the request load is spread across all available instances in the region, reducing the impact of misbehaving clients.
关于amazon-web-services - aws 负载均衡器是否可以配置为通过将微服务流量保持在可用区域内来最大限度地减少延迟?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43901448/
我是一名优秀的程序员,十分优秀!