AWS cli documentation change
Summary
Added 'rateLimiterStatus' field documentation showing rate limiter usage metrics (maxAllowed, inUse, remaining, totalBandwidth) for Direct Connect LAG connections. Updated CLI version references from 2.35.5 to 2.35.8.
Security assessment
The change documents new rate limiter monitoring capabilities which help prevent bandwidth abuse and DDoS attacks. While this adds visibility into security controls, there's no evidence it addresses a specific vulnerability.
Diff
diff --git a/cli/latest/reference/directconnect/describe-lags.md b/cli/latest/reference/directconnect/describe-lags.md index 0365e8b6a..8f5b2da14 100644 --- a//cli/latest/reference/directconnect/describe-lags.md +++ b//cli/latest/reference/directconnect/describe-lags.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -558,0 +559,20 @@ lags -> (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. +>>>> @@ -666,0 +687,20 @@ lags -> (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. @@ -682 +722 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »