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
已提问 6 年前2409 查看次数
1 回答
0
已接受的回答

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
专家
zobAWS
已回答 6 年前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则