AWS gameliftservers documentation change
Summary
Added reference to onboarding tutorial and clarified instructions for using game server wrapper with different fleet types
Security assessment
The changes focus on improving documentation structure and adding tutorial references. There is no mention of security vulnerabilities, access controls, encryption, or other security-related concepts. The modifications are purely instructional improvements for onboarding and deployment processes.
Diff
diff --git a/gameliftservers/latest/developerguide/getting-started-intro.md b/gameliftservers/latest/developerguide/getting-started-intro.md index 3dbcbe13e..d83b336f9 100644 --- a//gameliftservers/latest/developerguide/getting-started-intro.md +++ b//gameliftservers/latest/developerguide/getting-started-intro.md @@ -28 +28,3 @@ Try out these quick start tools to get a basic hosting solution up and running f - * [Game server wrapper for Amazon GameLift Servers](https://github.com/amazon-gamelift/amazon-gamelift-servers-game-server-wrapper/) – This tool is the quickest and easiest way to get your game server hosted and running game sessions with Amazon GameLift Servers, with no changes to game code required. The game server wrapper offers basic game session management functionality and streamlined game server deployment. It's ideal for doing a hands-on evaluation of Amazon GameLift Servers using your own game project or a sample project. When you're ready to build a custom game hosting solution, switch to one of the custom development options with full integration with the server SDK for Amazon GameLift Servers. If your game doesn't need a custom hosting solution, you can continue to use the game server wrapper to deploy and host your game servers in production. + * [Game server wrapper for Amazon GameLift Servers](https://github.com/amazon-gamelift/amazon-gamelift-servers-game-server-wrapper/) – This tool and the [onboarding tutorial](./gamelift-wrapper-tutorial.html) for it are the quickest and easiest ways to get your game server hosted and running game sessions with Amazon GameLift Servers with no code changes required. The game server wrapper Readme provides command line instructions for all types of fleets and the tutorial highlights using the console and a managed EC2 fleet type so you can get started right away. Follow the instructions to get set up for game session management and streamlined game server deployment. + +When you're ready to build a custom game hosting solution, switch to one of the custom development options with full integration with the server SDK for Amazon GameLift Servers. If your game doesn't need a custom hosting solution, you can continue to use the game server wrapper to deploy and host game servers in production.