负载均衡器位于区域或 AZ 的哪个位置? (对于架构图)
Where is a Load Balancer located region or AZ? (for Architecture Diagrams)
绘制架构图时,负载均衡器应该放在哪里?我认为在 VPC 内部但在可用区外部是否正确?
AWS Load Balancer 是在 AZ 之外创建的,但您需要为其分配 AZ 以分配流量。
阅读How Elastic Load Balancing Works:
When you enable an Availability Zone for your load balancer, Elastic
Load Balancing creates a load balancer node in the Availability Zone.
通常在图中,负载均衡器放置在 AZ 内,就像 Internet-Facing Classic Load Balancers AWS 文档页面中的图一样。
负载均衡器在不同的 VPC 中启动额外的节点(也称为负载均衡器节点)。
此 VPC 对用户不可见(请参阅 ELB VPC)。这是来自 AWS Re:Invent。这就是ELB安置的解释。
- 所以在拱形。图中它应该远离你的 VPC,可能在边界处(为了简单起见[=22=]
绘制架构图时,负载均衡器应该放在哪里?我认为在 VPC 内部但在可用区外部是否正确?
AWS Load Balancer 是在 AZ 之外创建的,但您需要为其分配 AZ 以分配流量。
阅读How Elastic Load Balancing Works:
When you enable an Availability Zone for your load balancer, Elastic Load Balancing creates a load balancer node in the Availability Zone.
通常在图中,负载均衡器放置在 AZ 内,就像 Internet-Facing Classic Load Balancers AWS 文档页面中的图一样。
负载均衡器在不同的 VPC 中启动额外的节点(也称为负载均衡器节点)。
此 VPC 对用户不可见(请参阅 ELB VPC)。这是来自 AWS Re:Invent。这就是ELB安置的解释。
- 所以在拱形。图中它应该远离你的 VPC,可能在边界处(为了简单起见[=22=]