Serving multiple domains with ALB

0

Hi All, ALB needs support 70 unique domains i.e. 70 certs. There is quota limit of 25 certs/alb. . Yes, we can increase the quota limit( not sure about the hard limit yet) . Is there a recommended pattern?

AWS
Satish
已提問 9 個月前檢視次數 567 次
2 個答案
1
已接受的答案

There is a hard limit on number of certificate. If you expect the number of unique domain\cert to grow, you can consider using 1) multiple ALBs 2) Use CloudFront Distribution per domain in front of ALB 3) Use NLB instead with TCP listener and let the backend application handle the SSL encryption.

profile pictureAWS
專家
已回答 9 個月前
1

You could use SANs on the certificate on the ALB so that you can support multiple hosts per certificate than multiple certificates.

With ACM by default it’s 10 alternative domain names per certificate but you can request a quota increase up to 100.

This may satisfy your requirement.

profile picture
專家
已回答 9 個月前

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

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

回答問題指南