AWS cli documentation change
Summary
Added ManagedCapacityConfiguration documentation and updated CLI version
Security assessment
Added identical scaling configuration options as fleet-level documentation. No security context or vulnerability mitigation is present. Changes enable automated scaling without security implications.
Diff
diff --git a/cli/latest/reference/gamelift/describe-fleet-location-capacity.md b/cli/latest/reference/gamelift/describe-fleet-location-capacity.md index 18fc8391c..f3808ecf2 100644 --- a//cli/latest/reference/gamelift/describe-fleet-location-capacity.md +++ b//cli/latest/reference/gamelift/describe-fleet-location-capacity.md @@ -15 +15 @@ - * [AWS CLI 2.33.8 Command Reference](../../index.html) » + * [AWS CLI 2.33.12 Command Reference](../../index.html) » @@ -902,0 +903,33 @@ FleetCapacity -> (structure) +> +> ManagedCapacityConfiguration -> (structure) +> +>> Configuration settings for managed capacity scaling. +>> +>> ZeroCapacityStrategy -> (string) +>> +>>> The strategy Amazon GameLift Servers will use to automatically scale your capacity to and from zero instances in response to game session activity. Game session activity refers to any active running sessions or game session requests. +>>> +>>> Possible ZeroCapacityStrategy types include: +>>> +>>> * **MANUAL** – (default value) Amazon GameLift Servers will not update capacity to and from zero on your behalf. +>>> * **SCALE_TO_AND_FROM_ZERO** – Amazon GameLift Servers will automatically scale out MinSize and DesiredInstances from 0 to 1 in response to a game session request, and will scale in MinSize and DesiredInstances to 0 after a period with no game session activity. The duration of this scale in period can be configured using ScaleInAfterInactivityMinutes. +>>> + +>>> +>>> Possible values: +>>> +>>> * `MANUAL` +>>> * `SCALE_TO_AND_FROM_ZERO` +>>> + +>> +>> ScaleInAfterInactivityMinutes -> (integer) +>> +>>> Length of time, in minutes, that Amazon GameLift Servers will wait before scaling in your MinSize and DesiredInstances to 0 after a period with no game session activity. Default: 30 minutes. +>>> +>>> Constraints: +>>> +>>> * min: `5` +>>> * max: `1440` +>>> + @@ -914 +947 @@ FleetCapacity -> (structure) - * [AWS CLI 2.33.8 Command Reference](../../index.html) » + * [AWS CLI 2.33.12 Command Reference](../../index.html) »