Does cdk deploy wait for a complete deployment? – Amazon Web Sevices
When deploying tasks of a service in an AWS ECS cluster by executing cdk deploy, does the command return before all new instances are spin up and all old instances were drained or does it wait? I checked the documentation…