AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8 and added documentation for new 'rateLimiterStatus' field showing rate limiter usage metrics including maxAllowed, inUse, remaining count, and totalBandwidth
Security assessment
The change documents a new rate limiter monitoring feature which helps prevent resource exhaustion and DDoS attacks by tracking bandwidth allocation. While this relates to security controls, there's no evidence it addresses a specific vulnerability or incident.
Diff
diff --git a/cli/latest/reference/directconnect/create-lag.md b/cli/latest/reference/directconnect/create-lag.md index d77acae27..ae7c19636 100644 --- a//cli/latest/reference/directconnect/create-lag.md +++ b//cli/latest/reference/directconnect/create-lag.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -739,0 +740,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. +>> @@ -848,0 +869,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. + @@ -859 +899 @@ macSecKeys -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »