-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Template format error: Unresolved resource dependencies [NLBCertValidatorAction] in the Resources block of the template #5923
Comments
Hello @bryceandress would you mind to paste your manifest here? I need more information for what steps you took for the migration. |
|
Could it because you added - op: remove
path: /Resources/NLBCertValidatorAction which caused the nil reference for Certificates:
- CertificateArn: !Ref NLBCertValidatorAction this CFN snippet that we autogenerated? Or did you do that on purpose because you wanted to use a custom cert? |
I had to add that in to use the custom certificate, unless I'm mistaken and there was an easier step I could have taken. |
Yeah it doesn't seem to be supported to use custom certs unless using override...So your workaround is the only way for now. Would you mind me ask why you need a custom cert? |
We have a workload that benefits from the low latency of NLBs in comparison to ALBs however we still required SSL. We have no need for E2E, so termination of the SSL at the NLBs was acceptable. Happy to hear any other recommendations though if there is something simpler we are missing. |
Guess that didn't really answer your question. We wanted to tie the NLB to our domain which unless I'm mistaken that is only possible with a custom cert. |
Not really. |
Thanks, yea unfortunately I had already initiated the app. We also have DNS handled in a parent AWS account. Thanks for looking into this! |
Description:
After importing ACM certificate and while trying to migrate NLB listener from 80/tcp to 443/tls I received the error
from Cloudformation
Details:
copilot version: v1.34.0
Observed result:
Failure to deploy
Expected result:
Successful TLS Listener
Debugging:
I was able to make this work with the following cfn patches but obviously not ideal
The text was updated successfully, but these errors were encountered: