I have 10 services which are running on a diff-diff port on ECS, I have to implement blue/green deployment with an application load balancer on ECS. I have two scenarios:
- Needs to be created 20 Target Group as per services(blue and green target groups) -- I wonder if this will be complicated.
- or can I create a rules in a particular listener where I can define the path (port) base routing -- not sure about this.
What things can I try?