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
demandé il y a 6 mois564 vues
2 réponses
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
répondu il y a 6 mois
profile pictureAWS
EXPERT
vérifié il y a 6 mois
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
répondu il y a 6 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions