aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.04k stars 2.12k forks source link

ECS Patterns and Associating an SSL Cert with Network Load Balancer #253

Closed wbprice closed 1 year ago

wbprice commented 4 years ago

:question: Guidance Question

The Question

I'm planning to use the Network Load Balanced EC2 Service defined in ECS Patterns:

https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/ecs/ecs-network-load-balanced-service/index.ts#L26-L32

Behind the scenes somewhere, this creates a network load balancer. I want to associate a given SSL cert with this load balancer. How would I go about doing this with AWS-CDK?

Environment

hencrice commented 4 years ago

Hey @wbprice . Cert can be used with ALB. However, there's currently no easy way to do it with NLB. I will mark this as a feature request

hencrice commented 4 years ago

@SomayaB Could you mark this as a feature request and remove the "needs-triage" label?

github-actions[bot] commented 1 year ago

This issue has not received any attention in 2 years. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.