ECS wait services-stable returns prematurely when leveraging --force-new-deployment rollout #9275
Labels
bug
This issue is a bug.
ecs
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p2
This is a standard priority issue
Describe the bug
When deploying leveraging
--force-new-deployment
to reuse existing task definition and then attempting to useecs wait services-stable
results in the wait returning before the rollout of the new software versions completes.Regression Issue
Expected Behavior
I would expect
ecs wait services-stable
to wait until the deployment completes (or times out) before returningCurrent Behavior
ecs wait services-stable
returns after a subset of instances are updated, resulting in the operation completing while a mix of old and new versions are operationalReproduction Steps
And observe (quickly) that the service is still mid-deployment
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.18.4
Environment details (OS name and version, etc.)
Python/3.12.7 Linux/6.8.0-51-generic source/x86_64.ubuntu.24
The text was updated successfully, but these errors were encountered: