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?

preguntada hace un año976 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas