AWS gamelift documentation change
Summary
Updated product name references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, changed section titles, and adjusted related terminology for consistency.
Security assessment
Changes involve rebranding and terminology updates (e.g., 'Realtime Servers' to 'Amazon GameLift Servers Realtime') without any mention of security vulnerabilities, access controls, or encryption. No security-related content was added or modified.
Diff
diff --git a/gamelift/latest/developerguide/tutorial-queues-spot.md index d91a7c5ed..7a5413f12 100644 --- a/gamelift/latest/developerguide/tutorial-queues-spot.md +++ b/gamelift/latest/developerguide/tutorial-queues-spot.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Developer Guide](gamelift-intro.html) +[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Hosting Guide](gamelift-intro.html) @@ -7 +7 @@ Step 1: Define the scope of your queueStep 2: Create Spot fleet infrastructureSt -# Tutorial: Create an Amazon GameLift queue with Spot Instances +# Tutorial: Create an Amazon GameLift Servers queue with Spot Instances @@ -17 +17 @@ This tutorial describes how to set up game session placement for games deployed -This tutorial is for game developers who want to use Spot fleets to host custom game servers or Realtime Servers. +This tutorial is for game developers who want to use Spot fleets to host custom game servers or Amazon GameLift Servers Realtime. @@ -28 +28 @@ This tutorial is for game developers who want to use Spot fleets to host custom - * Create a queue, add fleets, and prioritize where Amazon GameLift places game sessions. + * Create a queue, add fleets, and prioritize where Amazon GameLift Servers places game sessions. @@ -40 +40 @@ Before creating fleets and queues for game session placement, complete the follo - * Review [How Amazon GameLift works](./gamelift-howitworks.html). + * Review [How Amazon GameLift Servers works](./gamelift-howitworks.html). @@ -42 +42 @@ Before creating fleets and queues for game session placement, complete the follo - * [Integrate you game server with Amazon GameLift](https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-intro.html). + * [Integrate you game server with Amazon GameLift Servers](https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-intro.html). @@ -44 +44 @@ Before creating fleets and queues for game session placement, complete the follo - * [Upload your game server](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-build-intro.html) build or Realtime script to Amazon GameLift. + * [Upload your game server](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-build-intro.html) build or Realtime script to Amazon GameLift Servers. @@ -71 +71 @@ The following diagram shows the example Spot fleet infrastructure, with 3 fleets -Create a new alias for each fleet in your infrastructure. Aliases abstract fleet identities, making periodic fleet replacement efficient. For more information about creating aliases, see [Create an Amazon GameLift alias](./aliases-creating.html). +Create a new alias for each fleet in your infrastructure. Aliases abstract fleet identities, making periodic fleet replacement efficient. For more information about creating aliases, see [Create an Amazon GameLift Servers alias](./aliases-creating.html). @@ -102 +102 @@ For this tutorial, we create a new queue with the name `MBG_spot_queue`, and add -Based on this configuration, this queue always attempts to place new game sessions into a Spot fleet in Seoul. When those fleets are full, the queue uses available capacity on the Seoul On-Demand fleet as a backup. If all three Seoul fleets are unavailable, Amazon GameLift places game sessions on the Singapore fleets. +Based on this configuration, this queue always attempts to place new game sessions into a Spot fleet in Seoul. When those fleets are full, the queue uses available capacity on the Seoul On-Demand fleet as a backup. If all three Seoul fleets are unavailable, Amazon GameLift Servers places game sessions on the Singapore fleets. @@ -144 +144 @@ Congratulations! Here are the things you accomplished: -You can now use the queue to place game sessions for the players it serves. When making game session placement requests for these players, reference this game session queue name in the request. For more information about making game session placement requests, see [Create game sessions](./gamelift-sdk-client-api.html#gamelift-sdk-client-api-create), or [Integrating a game client for Realtime Servers](./realtime-client.html). +You can now use the queue to place game sessions for the players it serves. When making game session placement requests for these players, reference this game session queue name in the request. For more information about making game session placement requests, see [Create game sessions](./gamelift-sdk-client-api.html#gamelift-sdk-client-api-create), or [Integrating a game client for Amazon GameLift Servers Realtime](./realtime-client.html).