AWS gameliftservers documentation change
Summary
Updated plugin version from 1.1.0 to 1.2.0, added documentation for automatic scaling to/from zero instances based on game activity, and fixed minor grammatical errors.
Security assessment
The version change appears routine. The scaling feature focuses on cost optimization without mentioning security vulnerabilities or security features. Grammatical fixes don't impact security.
Diff
diff --git a/gameliftservers/latest/developerguide/release-notes.md b/gameliftservers/latest/developerguide/release-notes.md index d3d3d8a00..a677483d5 100644 --- a//gameliftservers/latest/developerguide/release-notes.md +++ b//gameliftservers/latest/developerguide/release-notes.md @@ -22 +22 @@ Service release | AWS SDK | Server SDK | Plugin for Unreal | Plugin for Unity | -2025-10-28 | [1.11.595](https://github.com/aws/aws-sdk-cpp/releases/tag/1.11.595) or later | 5.4.0 | 5.4.0 | 5.4.0 | 5.4.0 | 5.4.0 | 3.1.0 | 3.2.0 | 1.1.0 +2025-10-28 | [1.11.595](https://github.com/aws/aws-sdk-cpp/releases/tag/1.11.595) or later | 5.4.0 | 5.4.0 | 5.4.0 | 5.4.0 | 5.4.0 | 3.1.0 | 3.2.0 | 1.2.0 @@ -94,0 +95,16 @@ The following release notes are in chronological order, with the latest updates +Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. + +Amazon GameLift Servers API Reference links: + + * [AWS SDK action `UpdateFleetCapacity`](https://docs.aws.amazon.com/gameliftservers/latest/apireference/API_UpdateFleetCapacity.html) + + + + +###### **Learn more:** + + * [Manage Scaling an Amazon GameLift Servers Fleet To/From Zero](https://docs.aws.amazon.com/gameliftservers/latest/developerguide/fleets_scale-to-from-zero.html) + + + + @@ -1546 +1562 @@ This general availability release includes the following updates to the Amazon G - * New API operation `DescribeGameServerInstances` returns information, including status, on all active instances for a Amazon GameLift Servers FleetIQ game server group. + * New API operation `DescribeGameServerInstances` returns information, including status, on all active instances for an Amazon GameLift Servers FleetIQ game server group.