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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ