AWS Security ChangesHomeSearch

AWS gamelift documentation change

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

File: gamelift/latest/developerguide/unreal-plugin-install.md

Summary

Updated references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, corrected toolkit repository name, and clarified plugin/server SDK naming consistency.

Security assessment

Changes focus on branding consistency and documentation accuracy by adding 'Servers' to product names. No security vulnerabilities, patches, or new security features are mentioned. SSL library references remain unchanged from previous context.

Diff

diff --git a/gamelift/latest/developerguide/unreal-plugin-install.md
index b3451acae..0222131c7 100644
--- a/gamelift/latest/developerguide/unreal-plugin-install.md
+++ b/gamelift/latest/developerguide/unreal-plugin-install.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)
@@ -5 +5 @@
-Before you startBuild the Amazon GameLift C++ server SDKAdd the plugin to your game project
+Before you startBuild the Amazon GameLift Servers C++ server SDKAdd the plugin to your game project
@@ -13 +13 @@ This section describes the initial installation tasks to add the plugin to an Un
-You can use the Amazon GameLift plugin with a standard version of the UE editor, but you need to use a source-built version when you package your game server build.
+You can use the Amazon GameLift Servers plugin with a standard version of the UE editor, but you need to use a source-built version when you package your game server build.
@@ -17 +17 @@ You can use the Amazon GameLift plugin with a standard version of the UE editor,
-Here's what you need to use the Amazon GameLift plugin for Unreal Engine:
+Here's what you need to use the Amazon GameLift Servers plugin for Unreal Engine:
@@ -19 +19 @@ Here's what you need to use the Amazon GameLift plugin for Unreal Engine:
-  * Amazon GameLift plugin for Unreal Engine release package. Check the readme in each package for Unreal version support. [[Download site]](https://github.com/aws/amazon-gamelift-plugin-unreal).
+  * Amazon GameLift Servers plugin for Unreal Engine release package. Check the readme in each package for Unreal version support. [[Download site]](https://github.com/aws/amazon-gamelift-plugin-unreal).
@@ -34 +34 @@ Here's what you need to use the Amazon GameLift plugin for Unreal Engine:
-## Build the Amazon GameLift C++ server SDK
+## Build the Amazon GameLift Servers C++ server SDK
@@ -36 +36 @@ Here's what you need to use the Amazon GameLift plugin for Unreal Engine:
-The Amazon GameLift plugin for Unreal Engine release package contains the source code for the C++ server SDK for Unreal. Before you can use it with the plugin, you need to extract the source code and build it for your development environment.
+The Amazon GameLift Servers plugin for Unreal Engine release package contains the source code for the C++ server SDK for Unreal. Before you can use it with the plugin, you need to extract the source code and build it for your development environment.
@@ -40 +40 @@ The Amazon GameLift plugin for Unreal Engine release package contains the source
-If you're building game servers to run on an Amazon Linux 2023 runtime environment, you can take advantage of a helper script, which is available as part of the Amazon GameLift Toolkit repository. Use this helper script to generate the SDK binary and the SSL libraries that you need for use with the plugin. You can use the script when you're developing with Unreal Engine 5 on Windows or Linux. The script is a Docker-based solution. You can run it locally with git and docker installed, or your can run the script using AWS CloudShell in the AWS Management Console. 
+If you're building game servers to run on an Amazon Linux 2023 runtime environment, you can take advantage of a helper script, which is available as part of the Amazon GameLift Servers Toolkit repository. Use this helper script to generate the SDK binary and the SSL libraries that you need for use with the plugin. You can use the script when you're developing with Unreal Engine 5 on Windows or Linux. The script is a Docker-based solution. You can run it locally with git and docker installed, or your can run the script using AWS CloudShell in the AWS Management Console. 
@@ -42 +42 @@ If you're building game servers to run on an Amazon Linux 2023 runtime environme
-Learn more about the [Amazon GameLift build script for Unreal Engine 5](https://github.com/aws/amazon-gamelift-toolkit/tree/main/building-gamelift-server-sdk-for-unreal-engine-and-amazon-linux).
+Learn more about the [Amazon GameLift Servers build script for Unreal Engine 5](https://github.com/aws/amazon-gamelift-toolkit/tree/main/building-gamelift-server-sdk-for-unreal-engine-and-amazon-linux).
@@ -46 +46 @@ Learn more about the [Amazon GameLift build script for Unreal Engine 5](https://
-  1. Unzip the Amazon GameLift plugin for Unreal Engine release package to extract two zip files: 
+  1. Unzip the Amazon GameLift Servers plugin for Unreal Engine release package to extract two zip files: 
@@ -153 +153 @@ If you If you already have the editor open, you might need to restart the editor
-    2. Check the main editor toolbar for the new Amazon GameLift menu button [need image]. 
+    2. Check the main editor toolbar for the new Amazon GameLift Servers menu button. 
@@ -155 +155 @@ If you If you already have the editor open, you might need to restart the editor
-    3. Look in the **Content Browser** for the Amazon GameLift plugin assets. Make sure that your **View Options** setting has the **Show Plugin Content** option selected.
+    3. Look in the **Content Browser** for the Amazon GameLift Servers plugin assets. Make sure that your **View Options** setting has the **Show Plugin Content** option selected.