I have a shared ALB which is used by multiple fargate service(s) by configuring host header rule to forward the traffic to specific target group(s)
Is it possible to do blue green deployment using codedeploy for ECS fargate application by only using one shared ALB?
I try to do POC, but I cannot find a place to configure the host header condition on code deploy