copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

[Bug]: Certificate has too many domains

Open h5aaimtron opened this issue 10 months ago • 0 comments

Related to: https://github.com/aws/copilot-cli/issues/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.

h5aaimtron avatar Apr 03 '25 21:04 h5aaimtron