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 年前檢視次數 976 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南