AWS gamelift documentation change
Summary
Updated documentation to consistently use 'Amazon GameLift Servers' instead of 'Amazon GameLift' throughout the document, including plugin names, service references, and workflow descriptions.
Security assessment
The changes appear to be branding/naming updates to clarify the specific 'Servers' component of Amazon GameLift. No security vulnerabilities, mitigations, or security features are mentioned in the diff. Changes are editorial in nature.
Diff
diff --git a/gamelift/latest/developerguide/getting-started-plugin.md index 851e71d67..ea40cd103 100644 --- a/gamelift/latest/developerguide/getting-started-plugin.md +++ b/gamelift/latest/developerguide/getting-started-plugin.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 @@ Plugin workflow -# Explore with the Amazon GameLift plugin +# Explore with the Amazon GameLift Servers plugin @@ -9 +9 @@ Plugin workflow -The Amazon GameLift plugin is a full-featured add-on to your Unreal or Unity game engine. It guides you through the basic steps to get your game ready for hosting with the Amazon GameLift. With the plugin's tool set and workflows, you can work within your game engine development environment to prepare your game server for hosting, set up hosting on a local machine for testing, create a simple backend service, and deploy your game server to Amazon GameLift managed cloud-based hosting. +The Amazon GameLift Servers plugin is a full-featured add-on to your Unreal or Unity game engine. It guides you through the basic steps to get your game ready for hosting with the Amazon GameLift Servers. With the plugin's tool set and workflows, you can work within your game engine development environment to prepare your game server for hosting, set up hosting on a local machine for testing, create a simple backend service, and deploy your game server to Amazon GameLift Servers managed cloud-based hosting. @@ -11 +11 @@ The Amazon GameLift plugin is a full-featured add-on to your Unreal or Unity gam -Use the plugin to experience working with Amazon GameLift and get a game hosting solution up and running fast. You can work with sample game assets or your own game project. The plugin automates a number of steps so that you can build a simple working solution. When you complete the plugin's guided workflows, you'll be able to connect a game client to live hosted game sessions through Amazon GameLift. +Use the plugin to experience working with Amazon GameLift Servers and get a game hosting solution up and running fast. You can work with sample game assets or your own game project. The plugin automates a number of steps so that you can build a simple working solution. When you complete the plugin's guided workflows, you'll be able to connect a game client to live hosted game sessions through Amazon GameLift Servers. @@ -26 +26 @@ The plugin includes these components for each game engine: - * Plugin modules for the game engine editor. When the plugin is installed, a new main menu button gives you access to Amazon GameLift functionality. + * Plugin modules for the game engine editor. When the plugin is installed, a new main menu button gives you access to Amazon GameLift Servers functionality. @@ -28 +28 @@ The plugin includes these components for each game engine: - * Libraries for the Amazon GameLift service API with client-side functionality. + * Libraries for the Amazon GameLift Servers service API with client-side functionality. @@ -30 +30 @@ The plugin includes these components for each game engine: - * Libraries for the Amazon GameLift server SDK (version 5). + * Libraries for the Amazon GameLift Servers server SDK (version 5). @@ -42,3 +42,3 @@ The plugin includes these components for each game engine: - * [Amazon GameLift plugin for Unreal Engine](./unreal-plugin.html) - * [Amazon GameLift plugin for Unity (server SDK 5.x)](./unity-plug-in.html) - * [Amazon GameLift plugin for Unity (server SDK 4.x)](./unity-plug-in-sdk4.html) + * [Amazon GameLift Servers plugin for Unreal Engine](./unreal-plugin.html) + * [Amazon GameLift Servers plugin for Unity (server SDK 5.x)](./unity-plug-in.html) + * [Amazon GameLift Servers plugin for Unity (server SDK 4.x)](./unity-plug-in-sdk4.html) @@ -50 +50 @@ The plugin includes these components for each game engine: -The following steps describe a typical path to preparing and deploying your game project on Amazon GameLift. You complete these steps by working in the game engine editor and your game code. +The following steps describe a typical path to preparing and deploying your game project on Amazon GameLift Servers. You complete these steps by working in the game engine editor and your game code. @@ -52 +52 @@ The following steps describe a typical path to preparing and deploying your game - 1. Create a user profile that links to your AWS account user and provides access credentials with permissions to use Amazon GameLift. + 1. Create a user profile that links to your AWS account user and provides access credentials with permissions to use Amazon GameLift Servers. @@ -56 +56 @@ The following steps describe a typical path to preparing and deploying your game - 3. Add server code to your project to establish communication between a running game server and the Amazon GameLift service. + 3. Add server code to your project to establish communication between a running game server and the Amazon GameLift Servers service. @@ -58 +58 @@ The following steps describe a typical path to preparing and deploying your game - 4. Add client code to your project that lets game clients send requests to Amazon GameLift to start new game sessions and then connect to them. + 4. Add client code to your project that lets game clients send requests to Amazon GameLift Servers to start new game sessions and then connect to them. @@ -62 +62 @@ The following steps describe a typical path to preparing and deploying your game - 6. Use the Managed EC2 workflow to upload your game server to Amazon GameLift and deploy a simple but complete cloud hosting solution. Launch your game client locally through the plugin, request a game session and connect to it, and play your game. + 6. Use the Managed EC2 workflow to upload your game server to Amazon GameLift Servers and deploy a simple but complete cloud hosting solution. Launch your game client locally through the plugin, request a game session and connect to it, and play your game.