AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-18 · Documentation low

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

Summary

Updated CLI version reference from 2.27.51 to 2.27.54 and made multiple documentation clarifications regarding load balancer ARN descriptions, deployment lifecycle stages, and blue/green deployment terminology

Security assessment

Changes focus on improving documentation accuracy for load balancer ARN specifications and deployment lifecycle descriptions. No mention of vulnerabilities, exploits, or security patches. Updates appear to clarify existing functionality rather than address security issues.

Diff

diff --git a/cli/latest/reference/ecs/describe-services.md b/cli/latest/reference/ecs/describe-services.md
index 7edf6c994..0fe1de158 100644
--- a//cli/latest/reference/ecs/describe-services.md
+++ b//cli/latest/reference/ecs/describe-services.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -64,2 +63,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ecs-20
-`describe-services` uses document type values. Document types follow the JSON data model where valid values are: strings, numbers, booleans, null, arrays, and objects. For command input, options and nested parameters that are labeled with the type `document` must be provided as JSON. Shorthand syntax does not support document types.
-
@@ -360 +358 @@ services -> (list)
->>>>>> The Amazon Resource Name (ARN) that identifies the production listener rule for routing production traffic.
+>>>>>> The Amazon Resource Name (ARN) that that identifies the production listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing production traffic.
@@ -364 +362 @@ services -> (list)
->>>>>> The Amazon Resource Name (ARN) that identifies the test listener rule or listener for routing test traffic.
+>>>>>> The Amazon Resource Name (ARN) that identifies ) that identifies the test listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing test traffic.
@@ -562 +560 @@ services -> (list)
->>>> The duration when both blue and green service revisions are running simultaneously after the production traffic has shifted.
+>>>> The time period when both blue and green service revisions are running simultaneously after the production traffic has shifted.
@@ -568 +566 @@ services -> (list)
->>>> An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle. These hooks allow you to run custom logic at key points during the deployment process.
+>>>> An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
@@ -573,0 +572,2 @@ services -> (list)
+>>>>> For more information, see [Lifecycle hooks for Amazon ECS service deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-lifecycle-hooks.html) in the _Amazon Elastic Container Service Developer Guide_ .
+>>>>> 
@@ -584 +584 @@ services -> (list)
->>>>>> For more information, see [Permissions required for Lambda functions in Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-permissions.html) in the*Amazon Elastic Container Service Developer Guide* .
+>>>>>> For more information, see [Permissions required for Lambda functions in Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-permissions.html) in the _Amazon Elastic Container Service Developer Guide_ .
@@ -590 +590 @@ services -> (list)
->>>>>>   * RECONCILE_SERVICE This stage only happens when you start a new service deployment with more than 1 service revision in an ACTIVE state. You can use a lifecycle hook for this stage.
+>>>>>>   * RECONCILE_SERVICE The reconciliation stage that only happens when you start a new service deployment with more than 1 service revision in an ACTIVE state. You can use a lifecycle hook for this stage.
@@ -592 +591,0 @@ services -> (list)
->>>>>>   * SCALE_UP The time when the green service revision scales up to 100% and launches new tasks. The green service revision is not serving any traffic at this point. You can’t use a lifecycle hook for this stage.
@@ -597,3 +596 @@ services -> (list)
->>>>>>   * POST_PRODUCTION_TRAFFIC_SHIFT The production traffic shift is complete. Yes
->>>>>>   * BAKE_TIME The duration when both blue and green service revisions are running simultaneously. You can’t use a lifecycle hook for this stage.
->>>>>>   * CLEAN_UP The blue service revision has completely scaled down to 0 running tasks. The green service revision is now the production service revision after this stage. You can’t use a lifecycle hook for this stage.
+>>>>>>   * POST_PRODUCTION_TRAFFIC_SHIFT The production traffic shift is complete. You can use a lifecycle hook for this stage.
@@ -606,4 +602,0 @@ services -> (list)
->>>>> 
->>>>> hookDetails -> (document)
->>>>>
->>>>>> Optionally provide details about the hook. Use this field to pass custom parameters to your hook target (such as a Lambda function).
@@ -832 +825 @@ services -> (list)
->>>>>>>> The Amazon Resource Name (ARN) that identifies the production listener rule for routing production traffic.
+>>>>>>>> The Amazon Resource Name (ARN) that that identifies the production listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing production traffic.
@@ -836 +829 @@ services -> (list)
->>>>>>>> The Amazon Resource Name (ARN) that identifies the test listener rule or listener for routing test traffic.
+>>>>>>>> The Amazon Resource Name (ARN) that identifies ) that identifies the test listener rule (in the case of an Application Load Balancer) or listener (in the case for an Network Load Balancer) for routing test traffic.
@@ -1878 +1871 @@ failures -> (list)
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »