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
gefragt vor 6 Jahren2409 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
zobAWS
beantwortet vor 6 Jahren
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen