AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-04 · Documentation low

File: cli/latest/reference/ecs/describe-service-deployments.md

Summary

Updated CLI version reference from 2.31.27 to 2.31.28. Added deployment strategy documentation (LINEAR/CANARY) and updated parameter validation rules to require 0.1 multiples for traffic percentages.

Security assessment

Changes mirror those in delete-service.md, focusing on deployment monitoring documentation. No security advisories or vulnerability mitigations are mentioned. The updates provide operational clarity rather than security enhancements.

Diff

diff --git a/cli/latest/reference/ecs/describe-service-deployments.md b/cli/latest/reference/ecs/describe-service-deployments.md
index 9566f028b..07cdcd2f5 100644
--- a//cli/latest/reference/ecs/describe-service-deployments.md
+++ b//cli/latest/reference/ecs/describe-service-deployments.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
@@ -530,0 +531,2 @@ serviceDeployments -> (list)
+>>>>   * `LINEAR` \- A _linear_ deployment strategy (`LINEAR` ) gradually shifts traffic from the current production environment to a new environment in equal percentages over time. With Amazon ECS linear deployments, you can control the pace of traffic shifting and validate new service revisions with increasing amounts of production traffic.
+>>>>   * `CANARY` \- A _canary_ deployment strategy (`CANARY` ) shifts a small percentage of traffic to the new service revision first, then shifts the remaining traffic all at once after a specified time period. This allows you to test the new version with a subset of users before full deployment.
@@ -611 +613 @@ serviceDeployments -> (list)
->>>>> The percentage of production traffic to shift in each step during a linear deployment. Valid values are 3.0 to 100.0. The default value is 10.0.
+>>>>> The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
@@ -615 +617 @@ serviceDeployments -> (list)
->>>>> The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100% traffic.
+>>>>> The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
@@ -623 +625 @@ serviceDeployments -> (list)
->>>>> The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are 0.1 to 100.0. The default value is 5.0.
+>>>>> The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
@@ -735 +737 @@ failures -> (list)
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »