AWS Security ChangesHomeSearch

AWS gamelift documentation change

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

File: gamelift/latest/developerguide/unity-plug-in.md

Summary

Updated product name references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, including service names and feature references.

Security assessment

Changes are purely branding/product naming updates (adding 'Servers' to service names). No security-related terminology, vulnerability fixes, or security feature documentation was added or modified.

Diff

diff --git a/gamelift/latest/developerguide/unity-plug-in.md
index 77186a41d..2da211799 100644
--- a/gamelift/latest/developerguide/unity-plug-in.md
+++ b/gamelift/latest/developerguide/unity-plug-in.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 @@ About the plugin
-# Amazon GameLift plugin for Unity (server SDK 5.x)
+# Amazon GameLift Servers plugin for Unity (server SDK 5.x)
@@ -9 +9 @@ About the plugin
-Amazon GameLift provides tools for preparing your multiplayer game servers to work with Amazon GameLift. The Amazon GameLift plugin for Unity makes it easier to integrate Amazon GameLift into your Unity game projects, test your integration with Amazon GameLift Anywhere, and deploy Amazon GameLift resources for cloud hosting.
+Amazon GameLift Servers provides tools for preparing your multiplayer game servers to work with Amazon GameLift Servers. The Amazon GameLift Servers plugin for Unity makes it easier to integrate Amazon GameLift Servers into your Unity game projects, test your integration with Amazon GameLift Servers Anywhere, and deploy Amazon GameLift Servers resources for cloud hosting.
@@ -18 +18 @@ This plugin uses AWS CloudFormation templates to deploy hosting solutions for co
-  * [Plugin for Unity: Set up local testing with Amazon GameLift Anywhere](./unity-plug-in-anywhere.html)
+  * [Plugin for Unity: Set up local testing with Amazon GameLift Servers Anywhere](./unity-plug-in-anywhere.html)
@@ -26 +26 @@ This plugin uses AWS CloudFormation templates to deploy hosting solutions for co
-The plugin for Unity provides a streamlined getting started experience for integrating and hosting your Unity multiplayer games with Amazon GameLift. You can take advantage of plugin functionality and pre-built components to quickly get your games up and running.
+The plugin for Unity provides a streamlined getting started experience for integrating and hosting your Unity multiplayer games with Amazon GameLift Servers. You can take advantage of plugin functionality and pre-built components to quickly get your games up and running.
@@ -28 +28 @@ The plugin for Unity provides a streamlined getting started experience for integ
-The plugin adds tools and functionality to the Unity editor. Use the guided workflows to integrate Amazon GameLift into your game project, test it locally, and then deploy the game server to Amazon GameLift cloud hosting.
+The plugin adds tools and functionality to the Unity editor. Use the guided workflows to integrate Amazon GameLift Servers into your game project, test it locally, and then deploy the game server to Amazon GameLift Servers cloud hosting.
@@ -30 +30 @@ The plugin adds tools and functionality to the Unity editor. Use the guided work
-Use the plugin's pre-built hosting solutions to deploy your game. Set up an Amazon GameLift Anywhere fleet with your local workstation as a host. For cloud hosting, choose from two common deployment scenarios that balance player latency, game session availability, and cost in different ways. One scenario includes a simple FlexMatch matchmaker and rule set. Use these scenarios to put a basic production-ready hosting solution in place, and then optimize and customize as needed.
+Use the plugin's pre-built hosting solutions to deploy your game. Set up an Amazon GameLift Servers Anywhere fleet with your local workstation as a host. For cloud hosting, choose from two common deployment scenarios that balance player latency, game session availability, and cost in different ways. One scenario includes a simple FlexMatch matchmaker and rule set. Use these scenarios to put a basic production-ready hosting solution in place, and then optimize and customize as needed.
@@ -34 +34 @@ The plugin includes these components:
-  * Plugin modules for the Unity editor. When the plugin is installed, a new main menu item gives you access to Amazon GameLift functionality.
+  * Plugin modules for the Unity editor. When the plugin is installed, a new main menu item gives you access to Amazon GameLift Servers functionality.
@@ -36 +36 @@ The plugin includes these components:
-  * C# libraries for the Amazon GameLift service API with client-side functionality. 
+  * C# libraries for the Amazon GameLift Servers service API with client-side functionality. 
@@ -38 +38 @@ The plugin includes these components:
-  * C# libraries for the Amazon GameLift server SDK (version 5.x).
+  * C# libraries for the Amazon GameLift Servers server SDK (version 5.x).
@@ -40 +40 @@ The plugin includes these components:
-  * Sample game content, including assets and scenes, so you can try out Amazon GameLift even if you don't have a build-ready multiplayer game.
+  * Sample game content, including assets and scenes, so you can try out Amazon GameLift Servers even if you don't have a build-ready multiplayer game.