AWS gamelift documentation change
Summary
Added section about tools to speed up onboarding for managed containers, including containers starter kit and GameLift plugins for Unreal Engine/Unity. Also corrected fleet type reference from EC2 to container fleets.
Security assessment
The changes focus on improving developer onboarding experience and correcting documentation references, with no mention of security features or vulnerabilities.
Diff
diff --git a/gamelift/latest/developerguide/fleets-intro-containers.md index 37b6013fb..c7f656274 100644 --- a/gamelift/latest/developerguide/fleets-intro-containers.md +++ b/gamelift/latest/developerguide/fleets-intro-containers.md @@ -8,0 +9,9 @@ Amazon GameLift managed container fleets offer a cloud-based platform for hostin +###### Speed up onboarding with these tools for managed containers: + + * The [containers starter kit](https://github.com/aws/amazon-gamelift-toolkit/tree/main/containers-starter-kit) streamlines integration and fleet setup. It adds essential game session management features to your game server, and uses pre-configured templates to build a container fleet and an automated deployment pipeline for your game server. After deployment, use the Amazon GameLift console and API tools to monitor fleet performance, manage game sessions, and analyze metrics. + + * For Unreal Engine or Unity developers, use the [Amazon GameLift plugins](https://aws.amazon.com/gamelift/getting-started/) to integrate your game server and build a container fleet from inside your game engine's development environment. The plugin's guided workflows help you create a fast, simple solution with cloud-based hosting using managed containers. You can build on this foundation to create a custom hosting solution for your game. + + + + @@ -26 +35 @@ In addition to fleet deployment, Amazon GameLift handles the following host mana -See these topics about how to set up and maintain managed EC2 fleets: +See these topics about how to set up and maintain managed container fleets: @@ -28 +37 @@ See these topics about how to set up and maintain managed EC2 fleets: - * [Development roadmap for Amazon GameLift managed containers](./gamelift-roadmap-containers.html) + * [Development roadmap for hosting with Amazon GameLift managed containers](./gamelift-roadmap-containers.html)