Public IP(s) or range for ELB

0

Is it possible to acquire the public IPs or IP range assigned to an Elastic Load Balancer? If so, are these IPs static or dynamic to scaling and underlying hardware?

質問済み 1年前1025ビュー
1回答
0

The Public IPs assigned to an NLB are static and do not change during the life of the load balancer.


When you create an internet-facing load balancer, you can optionally specify one Elastic IP address per subnet. If you do not choose one of your own Elastic IP addresses, Elastic Load Balancing provides one Elastic IP address per subnet for you. These Elastic IP addresses provide your load balancer with static IP addresses that will not change during the life of the load balancer. You can't change these Elastic IP addresses after you create the load balancer.

Reference: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html

As for ALB, see this Knowledge center article: https://repost.aws/knowledge-center/alb-static-ip

profile pictureAWS
エキスパート
回答済み 1年前
  • This is true for NLB but not for Classic or Application Load Balancers - for ELB (as the question mentions) the public IP addresses can change.

  • Thanks Brett, I missed that part; editing my answer.

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

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

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

関連するコンテンツ