AWS gamelift documentation change
Summary
Updated service name references from 'Amazon GameLift FleetIQ' to 'Amazon GameLift Servers FleetIQ' throughout the document, including API references and documentation links. Added 'Servers' to service names for clarity.
Security assessment
Changes are branding/terminology updates rather than security-related content. No vulnerabilities, security fixes, or new security features are mentioned. Updates to IAM references maintain existing security context without adding new security documentation.
Diff
diff --git a/gamelift/latest/fleetiqguide/gsg-getting-started.md index 80407a5d9..7622590e8 100644 --- a/gamelift/latest/fleetiqguide/gsg-getting-started.md +++ b/gamelift/latest/fleetiqguide/gsg-getting-started.md @@ -5 +5 @@ -# Amazon GameLift FleetIQ integration steps +# Amazon GameLift Servers FleetIQ integration steps @@ -7 +7 @@ -This integration plan outlines the key steps to getting your multiplayer games up and running on Amazon EC2 instances with Amazon GameLift FleetIQ. If you're looking for the Amazon GameLift managed hosting service, which automates more game hosting processes for you, see the [Amazon GameLift Developer Guide](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-intro.html). +This integration plan outlines the key steps to getting your multiplayer games up and running on Amazon EC2 instances with Amazon GameLift Servers FleetIQ. If you're looking for the Amazon GameLift Servers managed hosting service, which automates more game hosting processes for you, see the [Amazon GameLift Servers Developer Guide](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-intro.html). @@ -9 +9 @@ This integration plan outlines the key steps to getting your multiplayer games u -To get started using Amazon GameLift FleetIQ, you need to have a working game server that runs in either an on-premises or Amazon EC2 environment. Your game server can be a single process that manages one or multiple game sessions, spawns child processes, or runs inside of a container. +To get started using Amazon GameLift Servers FleetIQ, you need to have a working game server that runs in either an on-premises or Amazon EC2 environment. Your game server can be a single process that manages one or multiple game sessions, spawns child processes, or runs inside of a container. @@ -11 +11 @@ To get started using Amazon GameLift FleetIQ, you need to have a working game se - 1. **Get an[ AWS account](https://aws.amazon.com/account/) and set up users with Amazon GameLift FleetIQ access.** + 1. **Get an[ AWS account](https://aws.amazon.com/account/) and set up users with Amazon GameLift Servers FleetIQ access.** @@ -13 +13 @@ To get started using Amazon GameLift FleetIQ, you need to have a working game se -Create a new AWS account or choose an existing account to use with Amazon GameLift FleetIQ. Set up users with permissions to manage the Amazon EC2, Auto Scaling, and other AWS resources used with your game. For detailed instructions, see [Set up your AWS account for Amazon GameLift FleetIQ](./gsg-iam-permissions.html). +Create a new AWS account or choose an existing account to use with Amazon GameLift Servers FleetIQ. Set up users with permissions to manage the Amazon EC2, Auto Scaling, and other AWS resources used with your game. For detailed instructions, see [Set up your AWS account for Amazon GameLift Servers FleetIQ](./gsg-iam-permissions.html). @@ -17 +17 @@ Create a new AWS account or choose an existing account to use with Amazon GameLi -Create roles that allow Amazon GameLift FleetIQ, Amazon EC2, and Auto Scaling resources to communicate with each other. See [Create IAM roles for cross-service interaction](./gsg-iam-permissions-roles.html) for more details. +Create roles that allow Amazon GameLift Servers FleetIQ, Amazon EC2, and Auto Scaling resources to communicate with each other. See [Create IAM roles for cross-service interaction](./gsg-iam-permissions-roles.html) for more details. @@ -19 +19 @@ Create roles that allow Amazon GameLift FleetIQ, Amazon EC2, and Auto Scaling re - 3. **Get the AWS SDK and AWS CLI with Amazon GameLift FleetIQ functionality.** + 3. **Get the AWS SDK and AWS CLI with Amazon GameLift Servers FleetIQ functionality.** @@ -23 +23 @@ Create roles that allow Amazon GameLift FleetIQ, Amazon EC2, and Auto Scaling re - * [View the Amazon GameLift API reference documentation](https://docs.aws.amazon.com/gamelift/latest/apireference/). + * [View the Amazon GameLift Servers API reference documentation](https://docs.aws.amazon.com/gamelift/latest/apireference/). @@ -25 +25 @@ Create roles that allow Amazon GameLift FleetIQ, Amazon EC2, and Auto Scaling re - 4. **Prepare your game server for use with Amazon GameLift FleetIQ.** + 4. **Prepare your game server for use with Amazon GameLift Servers FleetIQ.** @@ -27 +27 @@ Create roles that allow Amazon GameLift FleetIQ, Amazon EC2, and Auto Scaling re -Add the AWS SDK to your game server project and add code to keep Amazon GameLift FleetIQ updated with the current status and usage of your game servers. See [Integrate Amazon GameLift FleetIQ into a game server](./gsg-integrate-gameserver.html) for additional guidance and examples. Amazon GameLift FleetIQ uses this information to provide your matchmaking system with a list of viable, unoccupied game servers, and also avoid terminating instances that are currently hosting players during balancing. +Add the AWS SDK to your game server project and add code to keep Amazon GameLift Servers FleetIQ updated with the current status and usage of your game servers. See [Integrate Amazon GameLift Servers FleetIQ into a game server](./gsg-integrate-gameserver.html) for additional guidance and examples. Amazon GameLift Servers FleetIQ uses this information to provide your matchmaking system with a list of viable, unoccupied game servers, and also avoid terminating instances that are currently hosting players during balancing. @@ -35 +35 @@ Create an AMI with your game server software and with any other runtime assets o -Build an Amazon EC2 launch template that uses your custom AMI and defines network and security settings for your hosting resources. The launch template must reference the instance profile that you created (see Step 2) with permissions that allow your game server to communicate with Amazon GameLift FleetIQ. You don’t need to include instance types in your launch template, as this is done later. For help, see [ Creating a Launch Template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the _Amazon EC2 User Guide_. +Build an Amazon EC2 launch template that uses your custom AMI and defines network and security settings for your hosting resources. The launch template must reference the instance profile that you created (see Step 2) with permissions that allow your game server to communicate with Amazon GameLift Servers FleetIQ. You don’t need to include instance types in your launch template, as this is done later. For help, see [ Creating a Launch Template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the _Amazon EC2 User Guide_. @@ -39 +39 @@ Build an Amazon EC2 launch template that uses your custom AMI and defines networ -Before using a launch template with Amazon GameLift FleetIQ, we highly recommend that you first set up an Auto Scaling group to verify that the template configuration and AMI are deploying properly. +Before using a launch template with Amazon GameLift Servers FleetIQ, we highly recommend that you first set up an Auto Scaling group to verify that the template configuration and AMI are deploying properly. @@ -41 +41 @@ Before using a launch template with Amazon GameLift FleetIQ, we highly recommend - 7. **Set up Amazon GameLift FleetIQ hosting resources.** + 7. **Set up Amazon GameLift Servers FleetIQ hosting resources.** @@ -43 +43 @@ Before using a launch template with Amazon GameLift FleetIQ, we highly recommend -In each Region where you want to deploy game servers, create a game server group by calling [CreateGameServerGroup()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_CreateGameServerGroup.html). Pass in the launch template (containing your custom AMI and network and security settings), IAM role, and a list of instance types that your game can run on. This action sets up an Auto Scaling group in your AWS account that Amazon GameLift FleetIQ can modify. For additional guidance and examples, see [Manage Amazon GameLift FleetIQ game server groups](./gsg-integrate-gameservergroup.html). +In each Region where you want to deploy game servers, create a game server group by calling [CreateGameServerGroup()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_CreateGameServerGroup.html). Pass in the launch template (containing your custom AMI and network and security settings), IAM role, and a list of instance types that your game can run on. This action sets up an Auto Scaling group in your AWS account that Amazon GameLift Servers FleetIQ can modify. For additional guidance and examples, see [Manage Amazon GameLift Servers FleetIQ game server groups](./gsg-integrate-gameservergroup.html). @@ -45 +45 @@ In each Region where you want to deploy game servers, create a game server group - 8. **Integrate Amazon GameLift FleetIQ into your game client.** + 8. **Integrate Amazon GameLift Servers FleetIQ into your game client.** @@ -47 +47 @@ In each Region where you want to deploy game servers, create a game server group -Add the AWS SDK to your game client, matchmaker, or other backend component that allocates game server capacity. Depending on your game type, your matchmaker might call [ListGameServers()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListGameServers.html) or [ClaimGameServer()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ClaimGameServer.html) to obtain server capacity and reserve an available game server. For additional guidance and examples, see [Integrate Amazon GameLift FleetIQ into a game client](./gsg-integrate-gameclient.html). +Add the AWS SDK to your game client, matchmaker, or other backend component that allocates game server capacity. Depending on your game type, your matchmaker might call [ListGameServers()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListGameServers.html) or [ClaimGameServer()](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ClaimGameServer.html) to obtain server capacity and reserve an available game server. For additional guidance and examples, see [Integrate Amazon GameLift Servers FleetIQ into a game client](./gsg-integrate-gameclient.html). @@ -51 +51 @@ Add the AWS SDK to your game client, matchmaker, or other backend component that -As instances are provisioned in your Auto Scaling group, they launch your game servers. Each game server then registers with Amazon GameLift FleetIQ as available capacity, to be listed or claimed later by your matchmaker. +As instances are provisioned in your Auto Scaling group, they launch your game servers. Each game server then registers with Amazon GameLift Servers FleetIQ as available capacity, to be listed or claimed later by your matchmaker.