AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ecs/delete-service.md

Summary

Updated CLI version reference from 2.31.27 to 2.31.28. Added descriptions for LINEAR and CANARY deployment strategies. Refined validation rules for traffic percentage values (now requiring multiples of 0.1). Fixed typos in documentation text.

Security assessment

Changes focus on deployment strategy documentation and parameter validation precision. While deployment strategies (LINEAR/CANARY) improve operational reliability, there's no evidence of addressing security vulnerabilities. The 0.1 multiple validation is a precision improvement rather than a security fix.

Diff

diff --git a/cli/latest/reference/ecs/delete-service.md b/cli/latest/reference/ecs/delete-service.md
index 1ff4976f0..ec59bcd42 100644
--- a//cli/latest/reference/ecs/delete-service.md
+++ b//cli/latest/reference/ecs/delete-service.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
@@ -553,0 +554,2 @@ service -> (structure)
+>>>   * `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.
@@ -634 +636 @@ service -> (structure)
->>>> 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.
@@ -638 +640 @@ service -> (structure)
->>>> 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.
@@ -646 +648 @@ service -> (structure)
->>>> 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.
@@ -867 +869 @@ service -> (structure)
->>>>>>   * 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` .
@@ -1283 +1285 @@ service -> (structure)
->>>>>>   * 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` .
@@ -2065 +2067 @@ service -> (structure)
->>>>   * 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` .
@@ -2266 +2268 @@ service -> (structure)
-  * [AWS CLI 2.31.27 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.28 Command Reference](../../index.html) »