Absolute maximum number of certificates for Application Load Balancer

0

According to https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html, the default Limit for Certificates per Application Load Balancers is 25. The site also states that it's adjustable, but I couldn't find any response as to what is the absolute maximum number of certificates.

We're currently planning a new application for existing customers, where each customer gets it's own subdomain and which should be delivered over TLS. So my question is: is there an actual limit as to how many certificates can be added to a single ALB? Just for completeness: there will be only one rule and one target group to handle all customer requests.

1 Respuesta
0

While I am not sure about the hard limit, you can use wildcard certificates or certificate with Subject Alternate Names (SANs) with ALB. This way, the number of certificates that you require for your application will be reduced. If you're using AWS Certificate Manager to create / manage your SSL/TLS certificates, you could have up to 100 domain names per certificate. More details on how to add certificates for multiple domains to a load balancer using Certificate Manager can be found in this article .

Finally a working Server Name Indicator (SNI) on ALB demo is available here

AWS
EXPERTO
Gokul
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas