Private IP requirements in VPC for Application Load Balancer

0

How many private IP's does internal ALB need per subnet for creation?

Is it possible to figure out which IP's are allocated and can they be static, so that the AWS customer can create firewall rules from on-prem to this VPC? For example, via their Direct Connect to private VPC subnets.

profile pictureAWS
Ivo_AWS
已提问 4 年前1107 查看次数
1 回答
0
已接受的回答

As called out in the docs:

To ensure that your load balancer can scale properly, verify that each Availability Zone subnet for your load balancer has a CIDR block with at least a /27 bitmask (for example, 10.0.0.0/27) and at least 8 free IP addresses. Your load balancer uses these IP addresses to establish connections with the targets.

For the 2nd part of the question you can use the approach listed in this blog post Using static IP addresses for Application Load Balancers

AWS
专家
已回答 4 年前

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

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

回答问题的准则