Bryce Andress
Bryce Andress
I am running Arch so my environment is most likely different than others, but I needed to import JSON which was not done in the 3rd step of your guide.
> I explored contributing this feature. A quick hack is straightforward, but a proper implementation needs design choices to cleanly abstract VCS providers. I’d rather not guess—maintainers, if you have...
`copilot/environments/production/manifest.yml` ``` # The manifest for the "production" environment. # Read the full specification for the "Environment" type at: # https://aws.github.io/copilot-cli/docs/manifest/environment/ # Your environment name will be used in naming...
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.
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...
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.
Thanks, yea unfortunately I had already initiated the app. We also have DNS handled in a parent AWS account. Thanks for looking into this!