ECS: Is there a way to deploy on existing loadbalancers, target groups and rules? #2205
Description
Hello,
we do currently use ECS-CLI.
ECS-CLI allows us to specify several existing target groups per task so we can easily setup our infrastructure once and then let the developers update the services with ECS-CLI.
Unfortunatly ECS-CLI is deprecated and the new Copilot Tool has another focus.
The ECS integration of docker compose can basically do everything we want but i cannot find a way to just use an existing target group. Things like https, redirects etc cannot really get configured in a compose file nicely anyways so it makes sense to keep these parts out of it.
However, i can specify an existing loadbalancer which is nice but it feels mostly useless as long as i cannot specify an existing target group.
Is there a way to achieve that?
Thanks.