2 Answers
- Newest
- Most votes
- Most comments
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.
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.
Relevant content
- asked 3 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 days ago