AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-06-19 · Security-related medium

File: cli/latest/reference/directconnect/delete-lag.md

Summary

Added 'rateLimiterStatus' documentation for both individual connections and LAGs, showing rate limiter metrics and updated CLI version references

Security assessment

Documentation of rate limiter status at both connection and LAG level provides visibility into traffic shaping controls essential for preventing network saturation attacks and enforcing bandwidth policies.

Diff

diff --git a/cli/latest/reference/directconnect/delete-lag.md b/cli/latest/reference/directconnect/delete-lag.md
index b23f1e97e..71d5663b0 100644
--- a//cli/latest/reference/directconnect/delete-lag.md
+++ b//cli/latest/reference/directconnect/delete-lag.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -513,0 +514,20 @@ connections -> (list)
+>> rateLimiterStatus -> (structure)
+>>
+>>> The rate limiter status for the connection, including how many rate limiters are in use and the maximum allowed.
+>>> 
+>>> maxAllowed -> (integer)
+>>>
+>>>> The maximum number of rate limiters allowed on the connection.
+>>> 
+>>> inUse -> (integer)
+>>>
+>>>> The number of rate limiters currently in use on the connection.
+>>> 
+>>> remaining -> (integer)
+>>>
+>>>> The number of rate limiters remaining (available) on the connection.
+>>> 
+>>> totalBandwidth -> (string)
+>>>
+>>>> The total bandwidth allocated across all rate limiters on the connection.
+>> 
@@ -622,0 +643,20 @@ macSecKeys -> (list)
+rateLimiterStatus -> (structure)
+
+> The rate limiter status for the LAG, including how many rate limiters are in use and the maximum allowed.
+> 
+> maxAllowed -> (integer)
+>
+>> The maximum number of rate limiters allowed on the connection.
+> 
+> inUse -> (integer)
+>
+>> The number of rate limiters currently in use on the connection.
+> 
+> remaining -> (integer)
+>
+>> The number of rate limiters remaining (available) on the connection.
+> 
+> totalBandwidth -> (string)
+>
+>> The total bandwidth allocated across all rate limiters on the connection.
+
@@ -633 +673 @@ macSecKeys -> (list)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »