AWS Security ChangesHomeSearch

AWS gamelift documentation change

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

File: gamelift/latest/developerguide/gamelift-build-cli-uploading-install.md

Summary

Updated documentation to use 'Amazon GameLift Servers' branding consistently, changed 'Developer Guide' to 'Hosting Guide' in breadcrumb, and made minor phrasing adjustments

Security assessment

Changes primarily involve branding updates (adding 'Servers' to service name) and documentation structure. No security vulnerabilities, patches, or new security features are mentioned. References to IAM roles and permissions are existing security practices, not new additions.

Diff

diff --git a/gamelift/latest/developerguide/gamelift-build-cli-uploading-install.md
index 8e651f6a5..f17df8cf9 100644
--- a/gamelift/latest/developerguide/gamelift-build-cli-uploading-install.md
+++ b/gamelift/latest/developerguide/gamelift-build-cli-uploading-install.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)
@@ -20 +20 @@ When creating an install script, keep in mind the following:
-  * Amazon GameLift installs the build and recreates the file directories in your build package on a hosting server in the following locations:
+  * Amazon GameLift Servers installs the build and recreates the file directories in your build package on a hosting server in the following locations:
@@ -28 +28 @@ When creating an install script, keep in mind the following:
-  * On Linux, Amazon GameLift supports common shell interpreter languages such as bash. Add a shebang (such as `#!/bin/bash`) to the top of your install script. To verify support for your preferred shell commands, remotely access an active Linux instance and open a shell prompt. For more information, see [Remotely connect to Amazon GameLift fleet instances](./fleets-remote-access.html).
+  * On Linux, Amazon GameLift Servers supports common shell interpreter languages such as bash. Add a shebang (such as `#!/bin/bash`) to the top of your install script. To verify support for your preferred shell commands, remotely access an active Linux instance and open a shell prompt. For more information, see [Remotely connect to Amazon GameLift Servers fleet instances](./fleets-remote-access.html).
@@ -30 +30 @@ When creating an install script, keep in mind the following:
-  * The install script can't rely on a VPC peering connection. A VPC peering connection isn't available until after Amazon GameLift installs the build on fleet instances.
+  * The install script can't rely on a VPC peering connection. A VPC peering connection isn't available until after Amazon GameLift Servers installs the build on fleet instances.
@@ -50 +50 @@ This example `install.sh` file uses bash in the install script and writes result
-This example `install.sh` file shows how you can use the Amazon CloudWatch agent to collect system-level and custom metrics, and handle log rotation. Because Amazon GameLift runs in a service VPC, you must grant Amazon GameLift permissions to assume an AWS Identity and Access Management (IAM) role on your behalf. To allow Amazon GameLift to assume a role, create a role that includes the AWS managed policy `CloudWatchAgentAdminPolicy`, and use that role when you create a fleet.
+This example `install.sh` file shows how you can use the Amazon CloudWatch agent to collect system-level and custom metrics, and handle log rotation. Because Amazon GameLift Servers runs in a service VPC, you must grant Amazon GameLift Servers permissions to assume an AWS Identity and Access Management (IAM) role on your behalf. To allow Amazon GameLift Servers to assume a role, create a role that includes the AWS managed policy `CloudWatchAgentAdminPolicy`, and use that role when you create a fleet.