在其子网中没有实例的负载均衡器会出错吗?

Will load balancer having no instance in its subnet give error?

我一直致力于通过 AWS 设置应用程序。简而言之,我目前的基础设施是:


1 network load balancer available in 3 availability zones say us-west-2a,b and c

2 instances attached to elb in zones us-west-2a,b 

在这种情况下,请求会被发送到 us-west-2c 还是 elb 会自动推迟它,因为那里没有附加任何实例。

如果您只有 us-west-2a,b 中的目标,那么无论您是否启用 Cross-Zone Load Balancing,您的 NLB 都不会将流量 定向到 [=11] =] 因为它没有任何实例。

所以回答你的问题:

will the requests would be sent to us-west-2c

不,他们不会被送到那里。