(@aws-cdk/aws-elasticloadbalancingv2): when using 3 certificates, only 2 get applied #13329
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
This is a weird one. We have a load balancer that has several wildcard certificates:
We had just the first two, and recently added the third one (
prod
) via a cdk stack update. When the stack updated, only certs 1 and 3 got attached. Cert 2 disappeared.Reproduction Steps
The stack looks like this:
What did you expect to happen?
All 3 certs should be applied to the load balancer.
What actually happened?
Only 2 certs got applied. One disappeared.
When the
prod
cert got added, thestaging
certificate mysteriously disappeared from the load balancer.I have verified via the AWS Console that only
*.domain.com
and*.prod.domain.com
were attached to the 443 port. The top section also shows something likeHTTPS:443 (2 certificates)
Environment
Other
This may be a CloudFormation bug of some sort, because the generated stack in
synth
does include both certificates:I have also opened an issue in AWS Support as case id 8052756621
In the mean time I manually added the certificate to the load balancer to get unblocked.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: