AWS gamelift documentation change
Summary
Updated terminology from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, including agent name and service references. Changed 'Developer Guide' to 'Hosting Guide' in breadcrumb navigation.
Security assessment
Changes are purely branding/terminology updates (adding 'Servers' to product names) and documentation structure adjustments. No security vulnerabilities, mitigations, or security feature additions are mentioned in the diff.
Diff
diff --git a/gamelift/latest/developerguide/integration-dev-iteration-agent.md index 0da3bc5b7..845b22efc 100644 --- a/gamelift/latest/developerguide/integration-dev-iteration-agent.md +++ b/gamelift/latest/developerguide/integration-dev-iteration-agent.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 Agent -# Work with the Amazon GameLift Agent +# Work with the Amazon GameLift Servers Agent @@ -9 +9 @@ About the Agent -The Amazon GameLift Agent oversees the running of game server processes on your Amazon GameLift fleets. The Agent is deployed to each compute in a fleet, and it provides automated process management, hosting management, and logging for the compute. To use the Agent, you must have your game server build integrated with Amazon GameLift server SDK 5.x or later. +The Amazon GameLift Servers Agent oversees the running of game server processes on your Amazon GameLift Servers fleets. The Agent is deployed to each compute in a fleet, and it provides automated process management, hosting management, and logging for the compute. To use the Agent, you must have your game server build integrated with the server SDK for Amazon GameLift Servers version 5.x or later. @@ -11 +11 @@ The Amazon GameLift Agent oversees the running of game server processes on your -The Amazon GameLift Agent is externally available for use with Amazon GameLift fleets that are not managed EC2 fleets. (Managed EC2 fleets handle the Agent's tasks automatically.) You can opt to run Amazon GameLift fleets, including Anywhere fleets, with or without the Agent. Without the Agent, you must provide an alternative solution to completing the required tasks. +The Amazon GameLift Servers Agent is externally available for use with Amazon GameLift Servers fleets that are not managed EC2 fleets. (Managed EC2 fleets handle the Agent's tasks automatically.) You can opt to run Amazon GameLift Servers fleets, including Anywhere fleets, with or without the Agent. Without the Agent, you must provide an alternative solution to completing the required tasks. @@ -13 +13 @@ The Amazon GameLift Agent is externally available for use with Amazon GameLift f -When deployed to a compute, the Amazon GameLift Agent should be launched before any game server processes are started. On launch, the Agent completes the following tasks: +When deployed to a compute, the Amazon GameLift Servers Agent should be launched before any game server processes are started. On launch, the Agent completes the following tasks: @@ -15 +15 @@ When deployed to a compute, the Amazon GameLift Agent should be launched before - * Registers the compute with an Amazon GameLift Anywhere fleet using the [RegisterCompute](https://docs.aws.amazon.com/gamelift/latest/apireference/API_RegisterCompute.html) API. + * Registers the compute with an Amazon GameLift Servers Anywhere fleet using the [RegisterCompute](https://docs.aws.amazon.com/gamelift/latest/apireference/API_RegisterCompute.html) API. @@ -19 +19 @@ When deployed to a compute, the Amazon GameLift Agent should be launched before - * Sets the WebSocket URL environment variable for the compute, and establishes a WebSocket connection to the Amazon GameLift service. + * Sets the WebSocket URL environment variable for the compute, and establishes a WebSocket connection to the Amazon GameLift Servers service. @@ -21 +21 @@ When deployed to a compute, the Amazon GameLift Agent should be launched before - * Requests the latest version of the fleet's runtime configuration from the Amazon GameLift service. + * Requests the latest version of the fleet's runtime configuration from the Amazon GameLift Servers service. @@ -28 +28 @@ When deployed to a compute, the Amazon GameLift Agent should be launched before -Source code and build instructions for the Amazon GameLift Agent are available in the [Amazon GameLift Agent](https://github.com/aws/amazon-gamelift-agent) GitHub. +Source code and build instructions for the Amazon GameLift Servers Agent are available in the [Amazon GameLift Servers Agent](https://github.com/aws/amazon-gamelift-agent) GitHub. @@ -32 +32 @@ Source code and build instructions for the Amazon GameLift Agent are available i -The Amazon GameLift Agent is designed to handle the following tasks for your fleets: +The Amazon GameLift Servers Agent is designed to handle the following tasks for your fleets: @@ -36 +36 @@ The Amazon GameLift Agent is designed to handle the following tasks for your fle - * Starts new server processes as defined in runtime instructions. The Agent might use a custom runtime configuration that is deployed with the Agent. Alternatively, you can provide a `RuntimeConfiguration` as part of your fleet definition. This approach has an advantage in that you can modify the fleet's runtime configuration at any time. The Agent periodically requests updated runtime configurations from the Amazon GameLift service. + * Starts new server processes as defined in runtime instructions. The Agent might use a custom runtime configuration that is deployed with the Agent. Alternatively, you can provide a `RuntimeConfiguration` as part of your fleet definition. This approach has an advantage in that you can modify the fleet's runtime configuration at any time. The Agent periodically requests updated runtime configurations from the Amazon GameLift Servers service. @@ -40 +40 @@ The Amazon GameLift Agent is designed to handle the following tasks for your fle - * Sends heartbeats to Amazon GameLift. If the Agent fails to send heartbeats, the compute might be marked as stale. + * Sends heartbeats to Amazon GameLift Servers. If the Agent fails to send heartbeats, the compute might be marked as stale. @@ -42 +42 @@ The Amazon GameLift Agent is designed to handle the following tasks for your fle - * Reports to Amazon GameLift when a server process ends. Amazon GameLift uses this information to monitor game server availability for game session placement. + * Reports to Amazon GameLift Servers when a server process ends. Amazon GameLift Servers uses this information to monitor game server availability for game session placement. @@ -59 +59 @@ The Amazon GameLift Agent is designed to handle the following tasks for your fle - * Receives messages from the Amazon GameLift service to shut down the compute. + * Receives messages from the Amazon GameLift Servers service to shut down the compute. @@ -61 +61 @@ The Amazon GameLift Agent is designed to handle the following tasks for your fle - * Prompts the compute to be terminated by Amazon GameLift. + * Prompts the compute to be terminated by Amazon GameLift Servers.