AWS gameliftservers documentation change
Summary
Updated documentation structure and terminology for game server deployment processes. Changes include restructuring hosting option explanations, updating integration references, adding container/EC2/Anywhere specifics, removing Realtime script section with redirect, and updating sidebar navigation links.
Security assessment
The changes focus on documentation restructuring and clarification of deployment processes without mentioning security vulnerabilities, access controls, encryption, or authentication mechanisms. The removal of Realtime script references and addition of Unity integration appear to be organizational/content scope changes rather than security-related updates.
Diff
diff --git a/gameliftservers/latest/developerguide/gamelift-build-intro.md b/gameliftservers/latest/developerguide/gamelift-build-intro.md index 1e4ef176e..0652f71d4 100644 --- a//gameliftservers/latest/developerguide/gamelift-build-intro.md +++ b//gameliftservers/latest/developerguide/gamelift-build-intro.md @@ -5 +5 @@ -# Deploying game server software for Amazon GameLift Servers hosting +# Package a game server build for deployment @@ -7 +7 @@ -Deploy your multiplayer game server software by installing it on your hosting resources, launching game server processes, and getting them ready to host games for players. The steps for getting the game server software ready for deployment depends on the type of Amazon GameLift Servers solution you're using. In all scenarios, the deployed game server software interacts with the Amazon GameLift Servers service to handle game session placement and communicate connection details for a game client. +Get your game server software ready for deployment on your hosting resources. Once deployed, the software is installed on each hosting resource, and then one or more game server process is launched and readied to host game sessions for players. @@ -9 +9 @@ Deploy your multiplayer game server software by installing it on your hosting re -Your game server software must first be integrated with Amazon GameLift Servers, as described in [Preparing games for Amazon GameLift Servers](./integration-intro.html). +Getting a game server build ready varies depending on the type of Amazon GameLift Servers hosting options you're using. All game server builds must be integrated with the server SDK for Amazon GameLift Servers, as described in [Integrate a game server with Amazon GameLift Servers](./gamelift-sdk-server.html). @@ -13 +13 @@ The topics in this section provide guidance on how to get your software ready fo - * Custom game server software + * For managed EC2 hosting, package your server software and upload it to Amazon GameLift Servers for deployment. @@ -15 +15 @@ The topics in this section provide guidance on how to get your software ready fo - * For Amazon GameLift Servers managed EC2 hosting + * For managed containers hosting, build a container image with your server software and store it in Amazon Elastic Container Registry for deployment. @@ -17 +17 @@ The topics in this section provide guidance on how to get your software ready fo - * For Amazon GameLift Servers managed containers hosting + * For hosting with Amazon GameLift Servers Anywhere, package your server software as needed for installation on your own hosting resources. @@ -19 +18,0 @@ The topics in this section provide guidance on how to get your software ready fo - * For Amazon GameLift Servers Anywhere hosting @@ -21 +19,0 @@ The topics in this section provide guidance on how to get your software ready fo - * Amazon GameLift Servers Realtime customized script for Amazon GameLift Servers managed EC2 hosting @@ -23,0 +22 @@ The topics in this section provide guidance on how to get your software ready fo +###### Note @@ -24,0 +24 @@ The topics in this section provide guidance on how to get your software ready fo +If you're deploying an Amazon GameLift Servers Realtime configured script, see [ Upload a script for Amazon GameLift Servers Realtime](https://docs.aws.amazon.com/gameliftservers/latest/realtimeguide/realtime-script-uploading.html). @@ -28 +28 @@ The topics in this section provide guidance on how to get your software ready fo - * [Deploy a custom server build for Amazon GameLift Servers hosting](./gamelift-build-cli-uploading.html) + * [Create a game server build for Amazon GameLift Servers](./gamelift-build-cli-uploading.html) @@ -32,2 +31,0 @@ The topics in this section provide guidance on how to get your software ready fo - * [Deploy a script for Amazon GameLift Servers Realtime](./realtime-script-uploading.html) - @@ -43 +41 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Customizing a Realtime script +Integration with Unity @@ -45 +43 @@ Customizing a Realtime script -Deploy a custom server build +Create a game server build