AWS gamelift documentation change
Summary
Updated product name references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, including console references and API documentation links. Changed section title wording and updated related resource names.
Security assessment
Changes appear to be branding/naming convention updates rather than security-related fixes. No security vulnerabilities, access controls, or encryption mechanisms are mentioned. IAM permission references were updated but not substantively changed.
Diff
diff --git a/gamelift/latest/developerguide/containers-create-groups.md index e662ff3d7..d5e21b087 100644 --- a/gamelift/latest/developerguide/containers-create-groups.md +++ b/gamelift/latest/developerguide/containers-create-groups.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Developer Guide](gamelift-intro.html) +[Documentation](/index.html)[Amazon GameLift](/gamelift/index.html)[Hosting Guide](gamelift-intro.html) @@ -7 +7 @@ Before you startCreate a game server container group definitionCreate a containe -# Create a container group definition for an Amazon GameLift container fleet +# Create a container group definition for an Amazon GameLift Servers container fleet @@ -9 +9 @@ Before you startCreate a game server container group definitionCreate a containe -A container group definition describes how to deploy your containerized game server applications to a container fleet. It's a blueprint that tells Amazon GameLift what container images to deploy to the fleet and how to run them. When you create a container fleet, you specify the container group definitions to deploy to the fleet. For more information about container groups, see [Container fleet components](./containers-howitworks.html#containers-howitworks-components). +A container group definition describes how to deploy your containerized game server applications to a container fleet. It's a blueprint that tells Amazon GameLift Servers what container images to deploy to the fleet and how to run them. When you create a container fleet, you specify the container group definitions to deploy to the fleet. For more information about container groups, see [Container fleet components](./containers-howitworks.html#containers-howitworks-components). @@ -15 +15 @@ Tips on what to do before you start creating a container group definition: - * Finalize your container images and push them to an Amazon Elastic Container Registry (Amazon ECR) repository in the same AWS Region where you plan to create the container group. Amazon GameLift captures a snapshot of each image at the time you create container group definition, and uses the snapshot when deploying to a container fleet. See [Build a container image for Amazon GameLift](./containers-prepare-images.html). + * Finalize your container images and push them to an Amazon Elastic Container Registry (Amazon ECR) repository in the same AWS Region where you plan to create the container group. Amazon GameLift Servers captures a snapshot of each image at the time you create container group definition, and uses the snapshot when deploying to a container fleet. See [Build a container image for Amazon GameLift Servers](./containers-prepare-images.html). @@ -17 +17 @@ Tips on what to do before you start creating a container group definition: - * Create your container definitions as JSON files. A container group definition includes one or more container definitions. You can use the JSON files if you create a container group definition using the AWS CLIfor Amazon GameLift. + * Create your container definitions as JSON files. A container group definition includes one or more container definitions. You can use the JSON files if you create a container group definition using the AWS CLIfor Amazon GameLift Servers. @@ -19 +19 @@ Tips on what to do before you start creating a container group definition: - * Verify that your AWS user has IAM permissions to access the Amazon ECR repository. See [IAM permission examples for Amazon GameLift](./gamelift-iam-policy-examples.html). + * Verify that your AWS user has IAM permissions to access the Amazon ECR repository. See [IAM permission examples for Amazon GameLift Servers](./gamelift-iam-policy-examples.html). @@ -28 +28 @@ A game server container group runs your game server software. A game server cont -This topic describes how to create a simple game server container group definition using the Amazon GameLift console or AWS CLI tools. For more detailed information on optional features, see [Customize an Amazon GameLift container fleet](./containers-design-fleet.html). +This topic describes how to create a simple game server container group definition using the Amazon GameLift Servers console or AWS CLI tools. For more detailed information on optional features, see [Customize an Amazon GameLift Servers container fleet](./containers-design-fleet.html). @@ -32 +32 @@ This topic describes how to create a simple game server container group definiti -You can change most container group definition and container definition settings after creating them. If you make changes to a container definition, Amazon GameLift captures a new snapshot of the updated container images. +You can change most container group definition and container definition settings after creating them. If you make changes to a container definition, Amazon GameLift Servers captures a new snapshot of the updated container images. @@ -36 +36 @@ You can change most container group definition and container definition settings -The following instructions describe how to create a container group definition with the minimal required parameters and using the Amazon GameLift default values. +The following instructions describe how to create a container group definition with the minimal required parameters and using the Amazon GameLift Servers default values. @@ -41 +41 @@ Console -In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift/), select the AWS Region where you want to create the container group. +In the [Amazon GameLift Servers console](https://console.aws.amazon.com/gamelift/), select the AWS Region where you want to create the container group. @@ -72 +72 @@ At minimum, a game server container group has one game server container. In the - 3. Specify the Amazon GameLift **Server SDK version** that the game server build uses. For a container fleet, this value must be 5.2.0 or greater. + 3. Specify the Amazon GameLift Servers **Server SDK version** that the game server build uses. For a container fleet, this value must be 5.2.0 or greater. @@ -100 +100 @@ At minimum, a game server container group has one game server container. In the -If your request is successful, the console displays the detail page for the new container group definition resource. Initially the status is `COPYING`, as Amazon GameLift starts taking snapshots of all the container images for the group. When this phase is complete, the container group definition status changes to `READY`. A container group definition must be in `READY` status before you can create a container fleet with it. +If your request is successful, the console displays the detail page for the new container group definition resource. Initially the status is `COPYING`, as Amazon GameLift Servers starts taking snapshots of all the container images for the group. When this phase is complete, the container group definition status changes to `READY`. A container group definition must be in `READY` status before you can create a container fleet with it. @@ -136 +136 @@ When you create a container group definition, you also define the containers for - 2. Create a separate container definition for each of the containers for the group. Copy the following example content and modify it as needed for your containers. For details on the syntax of a container definition, see [ContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerDefinitionInput.html) in the _Amazon GameLift API Reference_. + 2. Create a separate container definition for each of the containers for the group. Copy the following example content and modify it as needed for your containers. For details on the syntax of a container definition, see [ContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerDefinitionInput.html) in the _Amazon GameLift Servers API Reference_. @@ -143 +143 @@ When you create a container group definition, you also define the containers for -This example describes the essential container for your game server container group. The essential replica container includes your game server application, the Amazon GameLift Agent, and can include other supporting software for your game hosting. The definition must include a name, image URI, and a port configuration. This example also sets some container-specific resource limits. +This example describes the essential container for your game server container group. The essential replica container includes your game server application, the Amazon GameLift Servers Agent, and can include other supporting software for your game hosting. The definition must include a name, image URI, and a port configuration. This example also sets some container-specific resource limits.