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개 답변
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠