AWS Security ChangesHomeSearch

AWS gameliftservers documentation change

Service: gameliftservers · 2025-11-07 · Documentation low

File: gameliftservers/latest/developerguide/integration-intro.md

Summary

Updated documentation structure and content focus. Changed section headers, reorganized topics, and added emphasis on Server SDK integration and backend service requirements for authentication/session management.

Security assessment

Changes focus on general integration processes and documentation reorganization. No specific security vulnerabilities or security feature enhancements are mentioned. The authentication reference is part of normal service operation documentation.

Diff

diff --git a/gameliftservers/latest/developerguide/integration-intro.md b/gameliftservers/latest/developerguide/integration-intro.md
index 2632eca03..2a14b7af1 100644
--- a//gameliftservers/latest/developerguide/integration-intro.md
+++ b//gameliftservers/latest/developerguide/integration-intro.md
@@ -5 +5 @@
-# Preparing games for Amazon GameLift Servers
+# Prepare a game for hosting with Amazon GameLift Servers
@@ -7 +7 @@
-Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integrate Amazon GameLift Servers hosting features into your game projects and build your game server and client servers. Set up a hosted test environment to support rapid iterative game development and testing. 
+Before you can deploy your game for hosting on Amazon GameLift Servers, you need to prepare both your game server and game client components. This involves integrating your game server with the Amazon GameLift Servers Server SDK and building a backend service that handles player authentication and game session management.
@@ -9,3 +9 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-###### Topics
-
-  * [Integrate games with custom game servers](./integration-custom-intro.html)
+The Server SDK integration enables your game server to communicate with the Amazon GameLift Servers service, report its health status, and manage game sessions. The backend service acts as an intermediary between your game clients and the Amazon GameLift Servers service, handling player requests and coordinating game session placement.
@@ -13,3 +11 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-  * [Design your game client service](./gamelift_quickstart_customservers_designbackend.html)
-
-  * [Set up for iterative development with Amazon GameLift Servers Anywhere](./integration-dev-iteration.html)
+###### Topics
@@ -17 +13 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-  * [Test your integration using Amazon GameLift Servers Local](./integration-testing-local.html)
+  * [Prepare your Unreal or Unity game with the Amazon GameLift Servers plugin](./getting-started-plugin.html)
@@ -19 +15 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-  * [Adding FlexMatch matchmaking](./gamelift-match-intro.html)
+  * [Integrate a game server with Amazon GameLift Servers](./gamelift-sdk-server.html)
@@ -21 +17 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-  * [Get fleet data for an Amazon GameLift Servers instance](./gamelift-sdk-server-fleetinfo.html)
+  * [Package a game server build for deployment](./gamelift-build-intro.html)
@@ -23 +19 @@ Get your multiplayer games ready for hosting on Amazon GameLift Servers. Integra
-  * [Integrating games with Amazon GameLift Servers Realtime](./realtime-intro.html)
+  * [Game client/server interactions with Amazon GameLift Servers](./gamelift-sdk-interactions.html)
@@ -36 +32 @@ Hybrid hosting development roadmap
-Integrate games with custom game servers
+Prepare with the game engine plugin