AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-01-31 · Documentation low

File: cli/latest/reference/gamelift/describe-fleet-capacity.md

Summary

Added ManagedCapacityConfiguration documentation and updated CLI version

Security assessment

Added new scaling configuration options (ZeroCapacityStrategy, ScaleInAfterInactivityMinutes) for resource optimization. While scaling affects resource usage, there's no evidence this addresses security vulnerabilities or adds security features. Changes focus on operational efficiency.

Diff

diff --git a/cli/latest/reference/gamelift/describe-fleet-capacity.md b/cli/latest/reference/gamelift/describe-fleet-capacity.md
index a803eb8b2..134e90af7 100644
--- a//cli/latest/reference/gamelift/describe-fleet-capacity.md
+++ b//cli/latest/reference/gamelift/describe-fleet-capacity.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.12 Command Reference](../../index.html) »
@@ -997,0 +998,33 @@ FleetCapacity -> (list)
+>> 
+>> 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`
+>>>> 
+
@@ -1020 +1053 @@ NextToken -> (string)
-  * [AWS CLI 2.33.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.12 Command Reference](../../index.html) »