max. number of IP free ip per subnet for multiple ALB

0

Understand that we need to reserve a max. of 8 free IP per subnet for the ALB/ELB/NLB as per https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-backend-instances.html.

My questions is, if my customer have 10 ALB in the subnet, what is the max. of free ip that I need to reserve ? Is it still 8 or 80 ip addresses?

AWS
asked 5 years ago2364 views
1 Answer
0
Accepted Answer

This actually depends a lot on how big the ELBs might scale. Each ELB could use up more than 100 IPs (Private & Public), so if they have 8 ELBs that all are taking the maximum amount of traffic they will need 800+ IPs.

When creating an ELB we check for 8 free IPs in each subnet to be used and won't let you create one without it. However, 8 is really the minimum we need for a single ELB to handle most workloads and failure cases safely.

Best practice is to give ELBs their own subnet(s), either by making one large (/18 - /21) one per AZ or by making a new one (like a /25 or /26) for each ELB with.

AWS
EXPERT
zobAWS
answered 5 years ago
profile picture
EXPERT
reviewed 15 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions