AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-12-25 · Documentation low

File: cli/latest/reference/ecs/monitor-express-gateway-service.md

Summary

Added --mode option with INTERACTIVE/TEXT-ONLY modes and updated AWS CLI version references

Security assessment

Added output mode options for monitoring command. While security groups are monitored, no security features or vulnerabilities are addressed. Change improves usability in non-TTY environments.

Diff

diff --git a/cli/latest/reference/ecs/monitor-express-gateway-service.md b/cli/latest/reference/ecs/monitor-express-gateway-service.md
index 91bbdf8dc..d2bf4384c 100644
--- a//cli/latest/reference/ecs/monitor-express-gateway-service.md
+++ b//cli/latest/reference/ecs/monitor-express-gateway-service.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.23 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Monitors the progress of resource creation for an ECS Express Gateway Service. This command provides real-time monitoring of service deployments with interactive progress display, showing the status of load balancers, security groups, auto-scaling configurations, and other AWS resources as they are created or updated. Use `--resource-view RESOURCE` to view all service resources, or `--resource-view DEPLOYMENT` to track only resources that have changed in the most recent deployment. The command requires a terminal (TTY) to run and the monitoring session continues until manually stopped by the user or the specified timeout is reached. Use keyboard shortcuts to navigate: up/down to scroll through resources, ‘q’ to quit monitoring.
+Monitors the progress of resource creation for an ECS Express Gateway Service. This command provides real-time monitoring of service deployments showing the status of load balancers, security groups, auto-scaling configurations, and other AWS resources as they are created or updated. Use `--resource-view RESOURCE` to view all service resources, or `--resource-view DEPLOYMENT` to track only resources that have changed in the most recent deployment. Choose `--mode INTERACTIVE` for real-time display with keyboard navigation (requires TTY), or `--mode TEXT-ONLY` for text output with timestamps (works without TTY). The monitoring session continues until manually stopped by the user or the specified timeout is reached. In INTERACTIVE mode, use keyboard shortcuts: up/down to scroll through resources, ‘q’ to quit. In TEXT-ONLY mode, press Ctrl+C to stop monitoring.
@@ -66,0 +67 @@ Monitors the progress of resource creation for an ECS Express Gateway Service. T
+    [--mode <value>]
@@ -93,0 +95,2 @@ Monitors the progress of resource creation for an ECS Express Gateway Service. T
+`--mode` (string) Display mode for monitoring output. INTERACTIVE (default if TTY available) - Real-time display with spinner and keyboard navigation. TEXT-ONLY - Text output with timestamps and change detection (works without TTY).
+
@@ -253 +256 @@ For more information, see [Express Gateway Service](https://docs.aws.amazon.com/
-  * [AWS CLI 2.32.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.23 Command Reference](../../index.html) »