AWS Security ChangesHomeSearch

AWS gamelift documentation change

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

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

Summary

Updated references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document. Added 'Servers' qualifier to clarify service components and updated SDK version description.

Security assessment

Changes primarily involve branding/clarification of service names rather than security content. While IAM role instructions are mentioned, the modifications only update service references without altering security practices or addressing vulnerabilities.

Diff

diff --git a/gamelift/latest/developerguide/gamelift-build-cli-uploading-create-build.md
index bcab6ac0e..4c835d3c8 100644
--- a/gamelift/latest/developerguide/gamelift-build-cli-uploading-create-build.md
+++ b/gamelift/latest/developerguide/gamelift-build-cli-uploading-create-build.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 @@
-You can store your build files in Amazon S3 and upload them to Amazon GameLift from there. When you create you build, you specify the S3 bucket location, and Amazon GameLift retrieves the build files directly from Amazon S3.
+You can store your build files in Amazon S3 and upload them to Amazon GameLift Servers from there. When you create you build, you specify the S3 bucket location, and Amazon GameLift Servers retrieves the build files directly from Amazon S3.
@@ -11 +11 @@ You can store your build files in Amazon S3 and upload them to Amazon GameLift f
-  1. **Store your build files in Amazon S3.** Create a .zip file containing the packaged build files and upload it to an S3 bucket in your AWS account. Take note of the bucket label and the file name, you'll need these when creating a Amazon GameLift build.
+  1. **Store your build files in Amazon S3.** Create a .zip file containing the packaged build files and upload it to an S3 bucket in your AWS account. Take note of the bucket label and the file name, you'll need these when creating a Amazon GameLift Servers build.
@@ -13 +13 @@ You can store your build files in Amazon S3 and upload them to Amazon GameLift f
-  2. **Give Amazon GameLift access to your build files.** Create an IAM role by following the instructions in [Access a game build file in Amazon S3](./security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-access-storage-loc). After you've created the role, take note of the new role's Amazon Resource Name (ARN), you'll need this when creating a build.
+  2. **Give Amazon GameLift Servers access to your build files.** Create an IAM role by following the instructions in [Access a game build file in Amazon S3](./security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-access-storage-loc). After you've created the role, take note of the new role's Amazon Resource Name (ARN), you'll need this when creating a build.
@@ -15 +15 @@ You can store your build files in Amazon S3 and upload them to Amazon GameLift f
-  3. **Create a build.** Use the Amazon GameLift console or the AWS CLI to create a new build record. You must have the `PassRole` permission, as described in [IAM permission examples for Amazon GameLift](./gamelift-iam-policy-examples.html).
+  3. **Create a build.** Use the Amazon GameLift Servers console or the AWS CLI to create a new build record. You must have the `PassRole` permission, as described in [IAM permission examples for Amazon GameLift Servers](./gamelift-iam-policy-examples.html).
@@ -23 +23 @@ Console
-  1. In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), in the navigation pane, choose **Hosting** , **Builds**.
+  1. In the [Amazon GameLift Servers console](https://console.aws.amazon.com/gamelift/), in the navigation pane, choose **Hosting** , **Builds**.
@@ -37 +37 @@ Console
-    5. For **IAM role** , choose the role that you created that gives Amazon GameLift access to your S3 bucket and build object.
+    5. For **IAM role** , choose the role that you created that gives Amazon GameLift Servers access to your S3 bucket and build object.
@@ -46 +46 @@ Console
-Amazon GameLift assigns an ID to the new build and uploads the designated .zip file. You can view the new build, including the status, on the **Builds** page.
+Amazon GameLift Servers assigns an ID to the new build and uploads the designated .zip file. You can view the new build, including the status, on the **Builds** page.
@@ -59 +59 @@ To define the new build and upload your server build files, use the [`create-bui
-        --server-sdk-version Amazon GameLift server SDK version \
+        --server-sdk-version server SDK for Amazon GameLift Servers version \
@@ -67 +67 @@ To define the new build and upload your server build files, use the [`create-bui
-     * **server-sdk-version** – The version of the Amazon GameLift server SDK you used to integrate your game server with Amazon GameLift. If you don't provide a value, Amazon GameLift uses the default value `4.0.2`.
+     * **server-sdk-version** – The version of the server SDK for Amazon GameLift Servers you used to integrate your game server with Amazon GameLift Servers. If you don't provide a value, Amazon GameLift Servers uses the default value `4.0.2`.