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 個回答
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
專家
Gokul
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南