application load balancer traffic movement for multiple availability zones

0

i have attached private subnet 1c to public application load balancer. what would happen with the server which is in public subnet 1c. will the traffic reach to that server ?

1 回答
0

Traffic should work. It shouldn't matter if the target is in Public or Private subnet, see below note from the documentation:


You can enable or disable the Availability Zones for your load balancer at any time. After you enable an Availability Zone, the load balancer starts routing requests to the registered targets in that Availability Zone.

Reference: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-subnets.html

profile pictureAWS
专家
已回答 1 年前
  • As per aws "After you disable an Availability Zone, the targets in that Availability Zone remain registered with the load balancer, but the load balancer will not route requests to them."

  • A "public" subnet is simply a subnet with a route to an Internet Gateway. If the instance does not have a public IP assigned, it is not reachable from the internet.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则