AWS Security ChangesHomeSearch

AWS gamelift documentation change

Service: gamelift · 2025-03-10 · Documentation low

File: gamelift/latest/developerguide/setting-up-aws-login.md

Summary

Updated references from 'Amazon GameLift' to 'Amazon GameLift Servers' across multiple sections, changed 'Developer Guide' to 'Hosting Guide' in breadcrumb navigation

Security assessment

Changes appear to be rebranding/terminology updates rather than addressing security vulnerabilities. While the document discusses IAM permissions and security best practices, the edits only modify service name references without introducing new security content or addressing specific vulnerabilities.

Diff

diff --git a/gamelift/latest/developerguide/setting-up-aws-login.md
index 61a0fba8e..0d4aec30a 100644
--- a/gamelift/latest/developerguide/setting-up-aws-login.md
+++ b/gamelift/latest/developerguide/setting-up-aws-login.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)
@@ -5 +5 @@
-Sign up for an AWS accountCreate a user with administrative accessSet user permissions for Amazon GameLiftSet up programmatic access for usersSet up programmatic access for your game
+Sign up for an AWS accountCreate a user with administrative accessSet user permissions for Amazon GameLift ServersSet up programmatic access for usersSet up programmatic access for your game
@@ -9 +9 @@ Sign up for an AWS accountCreate a user with administrative accessSet user permi
-To start using Amazon GameLift, create and set up your AWS account. There's no charge to create an AWS account. This section walks you through creating your account, setting up your users, and configuring permissions.
+To start using Amazon GameLift Servers, create and set up your AWS account. There's no charge to create an AWS account. This section walks you through creating your account, setting up your users, and configuring permissions.
@@ -15 +15 @@ To start using Amazon GameLift, create and set up your AWS account. There's no c
-  * Set user permissions for Amazon GameLift
+  * Set user permissions for Amazon GameLift Servers
@@ -18,2 +18,2 @@ To start using Amazon GameLift, create and set up your AWS account. There's no c
-  * [IAM permission examples for Amazon GameLift](./gamelift-iam-policy-examples.html)
-  * [Set up an IAM service role for Amazon GameLift](./setting-up-role.html)
+  * [IAM permission examples for Amazon GameLift Servers](./gamelift-iam-policy-examples.html)
+  * [Set up an IAM service role for Amazon GameLift Servers](./setting-up-role.html)
@@ -94 +94 @@ For instructions, see [ Add groups](https://docs.aws.amazon.com/singlesignon/lat
-## Set user permissions for Amazon GameLift
+## Set user permissions for Amazon GameLift Servers
@@ -96 +96 @@ For instructions, see [ Add groups](https://docs.aws.amazon.com/singlesignon/lat
-Create additional users or extend access permissions to existing users as needed for your Amazon GameLift resources. As a best practice ([ Security best practices in IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)), apply least-privilege permissions for all users. For guidance on permissions syntax, see [IAM permission examples for Amazon GameLift](./gamelift-iam-policy-examples.html).
+Create additional users or extend access permissions to existing users as needed for your Amazon GameLift Servers resources. As a best practice ([ Security best practices in IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)), apply least-privilege permissions for all users. For guidance on permissions syntax, see [IAM permission examples for Amazon GameLift Servers](./gamelift-iam-policy-examples.html).
@@ -148 +148 @@ If you use access keys, see [Best practices for managing AWS access keys](https:
-Most games use backend services to communicate with Amazon GameLift using the AWS SDKs. Use a backend service (acting for a game client) to request game sessions, place players into games, and other tasks. These services need programmatic access and security credentials to authenticate calls to Amazon GameLift service APIs. 
+Most games use backend services to communicate with Amazon GameLift Servers using the AWS SDKs. Use a backend service (acting for a game client) to request game sessions, place players into games, and other tasks. These services need programmatic access and security credentials to authenticate calls to the service API for Amazon GameLift Servers. 
@@ -150 +150 @@ Most games use backend services to communicate with Amazon GameLift using the AW
-For Amazon GameLift, you manage this access by creating a player user in AWS Identity and Access Management (IAM). Manage player user permissions through one of the following options:
+For Amazon GameLift Servers, you manage this access by creating a player user in AWS Identity and Access Management (IAM). Manage player user permissions through one of the following options:
@@ -152 +152 @@ For Amazon GameLift, you manage this access by creating a player user in AWS Ide
-  * Create an IAM role with player user permissions and allow the player user to assume the role when needed. The backend service must include code to assume this role before making requests to Amazon GameLift. In accordance with security best practices, roles provide limited, temporary access. You can use roles for workloads running on AWS resources ([IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html)) or outside of AWS ([IAM Roles Anywhere](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_non-aws.html)).
+  * Create an IAM role with player user permissions and allow the player user to assume the role when needed. The backend service must include code to assume this role before making requests to Amazon GameLift Servers. In accordance with security best practices, roles provide limited, temporary access. You can use roles for workloads running on AWS resources ([IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html)) or outside of AWS ([IAM Roles Anywhere](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_non-aws.html)).
@@ -154 +154 @@ For Amazon GameLift, you manage this access by creating a player user in AWS Ide
-  * Create an IAM user group with player user permissions and add your player user to the group. This option gives your player user long-term credentials, which the backend service must store and use when communicating with Amazon GameLift.
+  * Create an IAM user group with player user permissions and add your player user to the group. This option gives your player user long-term credentials, which the backend service must store and use when communicating with Amazon GameLift Servers.