AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ecs/describe-services.md

Summary

Fixed documentation typos and clarified traffic percentage descriptions (e.g., '100%' to '100 percent', added 'multiples of 0.1' precision)

Security assessment

These are editorial improvements to documentation accuracy and readability. No security implications are addressed or introduced by these formatting changes.

Diff

diff --git a/cli/latest/reference/ecs/describe-services.md b/cli/latest/reference/ecs/describe-services.md
index 46cd0f823..cc3aa02af 100644
--- a//cli/latest/reference/ecs/describe-services.md
+++ b//cli/latest/reference/ecs/describe-services.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
@@ -612,0 +613,2 @@ services -> (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.
@@ -693 +695 @@ services -> (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.
@@ -697 +699 @@ services -> (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.
@@ -705 +707 @@ services -> (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.
@@ -926 +928 @@ services -> (list)
->>>>>>>   * When you use `create-service` or `update-service` , the The default is `DISABLED` .
+>>>>>>>   * When you use `create-service` or `update-service` , the default is `DISABLED` .
@@ -1342 +1344 @@ services -> (list)
->>>>>>>   * When you use `create-service` or `update-service` , the The default is `DISABLED` .
+>>>>>>>   * When you use `create-service` or `update-service` , the default is `DISABLED` .
@@ -2124 +2126 @@ services -> (list)
->>>>>   * When you use `create-service` or `update-service` , the The default is `DISABLED` .
+>>>>>   * When you use `create-service` or `update-service` , the default is `DISABLED` .
@@ -2345 +2347 @@ failures -> (list)
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »