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
feita há 6 anos2410 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
zobAWS
respondido há 6 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas