Open
Description
Related to: #5479
Description:
When deploying more than 10 load balanced web services to an app, the http.alias is added to the ALB certificate which maxes out at 10. This prevents the ability to have more than 10 services running (load balanced web services).
Details:
Copilot v1.34.0
Load Balanced Web Service
Observed result:
Error, Certificate has too many domains.
Expected result:
Successful deployment of web service with appropriate domain (they're sub domains *.env.domain)
Debugging:
Tried deploying normally with no luck. Tried the override in the link above, no luck.