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?

2 Answers
1
Accepted Answer

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
EXPERT
answered 9 months ago
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
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions