I need to create a stage template for ECS Deploy, which includes all deployment strategies. However, when I try to place blue/green with traffic shift in one step groups and another blue/green with swap (in parallel and conditional to define which one will be executed), it's as if there were only a single 'create service' and then in that case the swap doesn't work.
I don't think it makes sense that I need to have two different stage templates (which increases rework/maintenance) to handle both strategies.
·