AWS AWSCloudFormation documentation change
Summary
Updated service name references from 'Amazon GameLift' to 'Amazon GameLift Servers' across multiple sections, clarified SDK version migration path, and adjusted documentation links/descriptions for consistency.
Security assessment
Changes are primarily branding updates (adding 'Servers' to service name) and documentation clarifications. No evidence of addressing security vulnerabilities or introducing new security features. The IAM permission reference update maintains existing security documentation but does not add new security content.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.md index c7fd42225..d97e3f331 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.md @@ -62 +62 @@ To declare this entity in your AWS CloudFormation template, use the following sy -The type of container group. Container group type determines how Amazon GameLift deploys the container group on each fleet instance. +The type of container group. Container group type determines how Amazon GameLift Servers deploys the container group on each fleet instance. @@ -107 +107 @@ The platform that all containers in the container group definition run on. -Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the [Amazon Linux 2 FAQs](https://aws.amazon.com/amazon-linux-2/faqs/). For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See [ Migrate to Amazon GameLift server SDK version 5.](https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html) +Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the [Amazon Linux 2 FAQs](https://aws.amazon.com/amazon-linux-2/faqs/). For game servers that are hosted on AL2 and use server SDK version 4.x for Amazon GameLift Servers, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See [ Migrate to server SDK version 5.](https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html) @@ -218 +218 @@ _Required_ : No -The Amazon Resource Name ([ARN](https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html)) that is assigned to an Amazon GameLift `ContainerGroupDefinition` resource. It uniquely identifies the resource across all AWS Regions. Format is `arn:aws:gamelift:[region]::containergroupdefinition/[container group definition name]:[version]`. +The Amazon Resource Name ([ARN](https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html)) that is assigned to an Amazon GameLift Servers `ContainerGroupDefinition` resource. It uniquely identifies the resource across all AWS Regions. Format is `arn:aws:gamelift:[region]::containergroupdefinition/[container group definition name]:[version]`. @@ -230 +230 @@ Current status of the container group definition resource. Values include: - * `COPYING` \-- Amazon GameLift is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. + * `COPYING` \-- Amazon GameLift Servers is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. @@ -232 +232 @@ Current status of the container group definition resource. Values include: - * `READY` \-- Amazon GameLift has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. + * `READY` \-- Amazon GameLift Servers has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. @@ -234 +234 @@ Current status of the container group definition resource. Values include: - * `FAILED` \-- Amazon GameLift failed to create a valid container group definition resource. For more details on the cause of the failure, see `StatusReason`. A container group definition resource in failed status will be deleted within a few minutes. + * `FAILED` \-- Amazon GameLift Servers failed to create a valid container group definition resource. For more details on the cause of the failure, see `StatusReason`. A container group definition resource in failed status will be deleted within a few minutes. @@ -244 +244 @@ Additional information about a container group definition that's in `FAILED` sta - * An internal issue prevented Amazon GameLift from creating the container group definition resource. Delete the failed resource and call [CreateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_CreateContainerGroupDefinition.html)again. + * An internal issue prevented Amazon GameLift Servers from creating the container group definition resource. Delete the failed resource and call [CreateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_CreateContainerGroupDefinition.html)again. @@ -246 +246 @@ Additional information about a container group definition that's in `FAILED` sta - * An access-denied message means that you don't have permissions to access the container image on ECR. See [ IAM permission examples](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-iam-policy-examples.html.html) for help setting up required IAM permissions for Amazon GameLift. + * An access-denied message means that you don't have permissions to access the container image on ECR. See [ IAM permission examples](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-iam-policy-examples.html.html) for help setting up required IAM permissions for Amazon GameLift Servers. @@ -250 +250 @@ Additional information about a container group definition that's in `FAILED` sta - * At least one of the container images referenced in the container group definition exceeds the allowed size. For size limits, see [ Amazon GameLift endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/gamelift.html). + * At least one of the container images referenced in the container group definition exceeds the allowed size. For size limits, see [ Amazon GameLift Servers endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/gamelift.html).