-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[ecs-patterns] - HTTPS between NLB and fargate service when using NetworkLoadBalancedFargateService #8517
Description
Hello,
Please add a switch to use TLS target group protocol when using NetworkLoadBalancedFargateService.
Best regards
~ Sascha
Use Case
We are using NetworkLoadBalancedFargateService construct and are using an ACM certificate and an additional listener for HTTPS traffic (terminating HTTPS on the NLB), that part is working well.
However, as per internal requirements the traffic between the NLB and the service needs to be secured with TLS as well (we would like to re-encrypt on the NLB so that the service does not need to know about our certificate). We already have our service serving SSL with a self-signed certificate.
Proposed Solution
A switch or something in NetworkLoadBalancedFargateService construct to set the target group protocol to TLS, not TCP:
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
