How to add ApplicationLoadBalancer to NetworkLoadBalancedFargateService? #26380
-
I have a service in production that is using NetworkLoadBalancedFargateService. I was wondering if it is possible and how to add an ApplicationLoadBalancer in between NetworkLoadBalancer and the backend service safely? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Answer: You cannot add an ApplicationLoadBalancer to a NetworkLoadBalancedFargateService. The ecs-patterns library has opinionated designs - if you want to stray from the design it offers you should drop down to the L2 constructs in our non-patterns libraries. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answer: You cannot add an ApplicationLoadBalancer to a NetworkLoadBalancedFargateService. The ecs-patterns library has opinionated designs - if you want to stray from the design it offers you should drop down to the L2 constructs in our non-patterns libraries.