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?

질문됨 일 년 전1020회 조회
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
전문가
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠