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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ