Application Load Balancer target limitations

0

We're approaching our holiday sales peak in a couple of weeks and we have an application that requires over 1500 instances on a target group. This target group is attached an application load balancer.

Looking at AWS docs, it states that the target group can have more than 1,000 targets and this is adjustable. We can increase it.

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html

Targets per Target Group per Region (instances or IP addresses) ---> 1,000 and adjustable

However, the load balancers section states that:

Number of times a target can be registered per Application Load Balancer --> 1000 and not adjustable

This seems ambiguous to me. So, can we have more than 1,000 targets per target group that are attached to an application load balancer?

Eran
asked 6 months ago465 views
2 Answers
0

Hello.

For NLB, the number of targets can be set to 1000 or more.
I think that's why the number of targets in a target group can be adjusted.
In other words, for ALB you can't go above 1000, so I don't think you can set up more than 1000 instances even if you increase the target group quota.
https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html

profile picture
EXPERT
answered 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months ago
0

Number of times a target can be registered per Application Load Balancer = 1000

This is saying you can register the same target (instance or IP address) up to 1000 times with single ALB. Remember that you register a tupple of ID/IP and PORT. This limit can not be changed, but 1000 ports on single instance should be plenty for common use-cases.

profile picture
EXPERT
Kallu
answered 6 months 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