-
I'm looking to configure TLS on the ALB listener, and looking at the manifest docs, there doesn't seem to be a way right now. Appreciate any pointers on whether this could be configured somehow. I could configure it manually or via the CLI, but would like to automate that configuration via CloudFormation as part of the copilot workflow to minimize manual changes. Also, on a related note, is there a way to have an environment specific CloudFormation scripts, similar to the addons, but at an environment level? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @aweeraman 👋 For TLS, I think this issue comment and the rest of conversations would help you. (TL;DR; You can use your Route 53 registered domain name for TLS on ALB, with the For environment level addons, Copilot does not support it today, but @efekarakus and I just talked about it yesterday! Let us know your use case, it must be very helpful to make things forward 🤗 |
Beta Was this translation helpful? Give feedback.
-
@aweeraman I'm going to mark this as answered regarding TLS + ALB. Feel free to open another discussion or GitHub issue if you need! |
Beta Was this translation helpful? Give feedback.
Hi @aweeraman 👋
For TLS, I think this issue comment and the rest of conversations would help you. (TL;DR; You can use your Route 53 registered domain name for TLS on ALB, with the
--domain
option incopilot app init
command.)For environment level addons, Copilot does not support it today, but @efekarakus and I just talked about it yesterday! Let us know your use case, it must be very helpful to make things forward 🤗