Are NLB's private IPs subject to change over its lifetime?

0

When I create an internal NLB and attach it to target instances in a set of private subnets, the NLB is assigned private IPs from these subnets. Are these IPs subject to change over the NLBs lifetime?

I'm aware that a public-facing NLB can be given a static elastic IP, but this is strictly about an internal NLB.

已提问 1 年前1100 查看次数
1 回答
1

NLB's private IPs will not change over its lifetime

When you create an internal load balancer, you can optionally specify one private IP address per subnet. If you do not specify an IP address from the subnet, Elastic Load Balancing chooses one for you. These private 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 private IP addresses after you create the load balancer.

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

profile pictureAWS
专家
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • Thank you for the prompt reply. I did see this in the docs, but I assumed I misunderstood it. Let me explain:

    When I deployed this particular private NLB, it originally had EC2 instances present as targets across 3 AZs, and consequently, the NLB had private IPs in each AZ's corresponding subnet. Currently, I only have instances in one AZ, and the NLB now only has one IP associated with it.

    This seems to run counter to the behaviour quoted from the docs above. Is there a part of the docs I've missed that describes such adjustments to NLB IPs across AZs?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则