AWS Security ChangesHomeSearch

AWS gamelift documentation change

Service: gamelift · 2025-03-10 · Documentation low

File: gamelift/latest/developerguide/gamelift-build-cli-uploading-update-build-files.md

Summary

Updated product name references from 'Amazon GameLift' to 'Amazon GameLift Servers' across the document, including CLI commands, console references, and toolkit links. Changed section title from 'managed hosting' to 'Servers managed hosting' and updated guide links from 'Developer Guide' to 'Hosting Guide'.

Security assessment

The changes are branding updates and documentation restructuring to reflect product naming conventions (adding 'Servers' to service names). No security vulnerabilities, mitigations, or security feature enhancements are mentioned or implied in the diff.

Diff

diff --git a/gamelift/latest/developerguide/gamelift-build-cli-uploading-update-build-files.md
index 2c15b6d54..b4caba684 100644
--- a/gamelift/latest/developerguide/gamelift-build-cli-uploading-update-build-files.md
+++ b/gamelift/latest/developerguide/gamelift-build-cli-uploading-update-build-files.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 @@ Automate your game build updates
-# Update a game server build for Amazon GameLift managed hosting
+# Update a game server build for Amazon GameLift Servers managed hosting
@@ -9 +9 @@ Automate your game build updates
-When you deploy your game server build for Amazon GameLift managed EC2 hosting, you upload your game server software and create an Amazon GameLift build resource. After you've created a Amazon GameLift build, you can update the build's metadata, but you can't update the build files themselves. To deploy updates to your game server, upload the updated files and create a new Amazon GameLift build using the AWS CLI command[`upload-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/upload-build.html) command. Alternatively you can use the [`create-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/create-build.html) command to upload a new build from an Amazon S3 bucket that you control. Then deploy the new build by creating a new fleet for it.
+When you deploy your game server build for Amazon GameLift Servers managed EC2 hosting, you upload your game server software and create an Amazon GameLift Servers build resource. After you've created a Amazon GameLift Servers build, you can update the build's metadata, but you can't update the build files themselves. To deploy updates to your game server, upload the updated files and create a new Amazon GameLift Servers build using the AWS CLI command[`upload-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/upload-build.html) command. Alternatively you can use the [`create-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/create-build.html) command to upload a new build from an Amazon S3 bucket that you control. Then deploy the new build by creating a new fleet for it.
@@ -11 +11 @@ When you deploy your game server build for Amazon GameLift managed EC2 hosting,
-You can update a build's metadata, including the name and description. For these tasks, use the Amazon GameLift console or the [`update-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/update-build.html) AWS CLI command. 
+You can update a build's metadata, including the name and description. For these tasks, use the Amazon GameLift Servers console or the [`update-build`](https://docs.aws.amazon.com/cli/latest/reference/gamelift/update-build.html) AWS CLI command. 
@@ -15 +15 @@ You can update a build's metadata, including the name and description. For these
-Follow these tips to help automate and streamline the process of updating game server builds for Amazon GameLift managed fleets:
+Follow these tips to help automate and streamline the process of updating game server builds for Amazon GameLift Servers managed fleets:
@@ -17 +17 @@ Follow these tips to help automate and streamline the process of updating game s
-  * **Use game session queues and swap out fleets as needed.** When sending game session requests to Amazon GameLift, specify a game session queue instead of a specific fleet. With queues, you can add fleets with a new build and remove old fleets as needed. For more information, see [Managing game session placement with Amazon GameLift queues](./queues-intro.html).
+  * **Use game session queues and swap out fleets as needed.** When sending game session requests to Amazon GameLift Servers, specify a game session queue instead of a specific fleet. With queues, you can add fleets with a new build and remove old fleets as needed. For more information, see [Managing game session placement with Amazon GameLift Servers queues](./queues-intro.html).
@@ -19 +19 @@ Follow these tips to help automate and streamline the process of updating game s
-  * **Use aliases to transfer players to a new game build.** When sending game session requests to Amazon GameLift, specify a fleet alias instead of a fleet ID. For more information, see [Create an Amazon GameLift alias](./aliases-creating.html).
+  * **Use aliases to transfer players to a new game build.** When sending game session requests to Amazon GameLift Servers, specify a fleet alias instead of a fleet ID. For more information, see [Create an Amazon GameLift Servers alias](./aliases-creating.html).
@@ -21 +21 @@ Follow these tips to help automate and streamline the process of updating game s
-  * **Set up for iterative development.** During game development, explore options for setting up a hosted test environment that supports rapid iterative development. See [Set up for iterative development with Amazon GameLift Anywhere](./integration-dev-iteration.html).
+  * **Set up for iterative development.** During game development, explore options for setting up a hosted test environment that supports rapid iterative development. See [Set up for iterative development with Amazon GameLift Servers Anywhere](./integration-dev-iteration.html).
@@ -26 +26 @@ Follow these tips to help automate and streamline the process of updating game s
-Try out these resources from the [Amazon GameLift Toolkit](https://github.com/aws/amazon-gamelift-toolkit) on Github:
+Try out these resources from the [Amazon GameLift Servers Toolkit](https://github.com/aws/amazon-gamelift-toolkit) on Github:
@@ -33 +33 @@ This tool helps you modify game server builds that are already deployed on compu
-Visit the Amazon GameLift Toolkit repo in Github to get the [fast build update tool](https://github.com/aws/amazon-gamelift-toolkit/tree/main/fast-build-update-tool) in Github and learn more about how to use it.
+Visit the Amazon GameLift Servers Toolkit repo in Github to get the [fast build update tool](https://github.com/aws/amazon-gamelift-toolkit/tree/main/fast-build-update-tool) in Github and learn more about how to use it.
@@ -38 +38 @@ Visit the Amazon GameLift Toolkit repo in Github to get the [fast build update t
-This script illustrates how you can automate the process of updating game server builds that are deployed on managed EC2 fleets in production. To use this script, your Amazon GameLift hosting solution must use aliases to abstract fleet IDs. The sample script handles the following basic steps: upload an updated build, create a new build and deploy to a new fleet, redirect player traffic from an existing fleet to the new fleet, and delete the old fleet. Customize the sample script to meet your specific deployment requirements.
+This script illustrates how you can automate the process of updating game server builds that are deployed on managed EC2 fleets in production. To use this script, your Amazon GameLift Servers hosting solution must use aliases to abstract fleet IDs. The sample script handles the following basic steps: upload an updated build, create a new build and deploy to a new fleet, redirect player traffic from an existing fleet to the new fleet, and delete the old fleet. Customize the sample script to meet your specific deployment requirements.
@@ -40 +40 @@ This script illustrates how you can automate the process of updating game server
-Visit the Amazon GameLift Toolkit repo in Github to get the [production deployment sample script](https://github.com/aws/amazon-gamelift-toolkit/tree/main/production-deployment-sample-script) in Github and learn more about how to use it.
+Visit the Amazon GameLift Servers Toolkit repo in Github to get the [production deployment sample script](https://github.com/aws/amazon-gamelift-toolkit/tree/main/production-deployment-sample-script) in Github and learn more about how to use it.