AWS Security ChangesHomeSearch

AWS gamelift documentation change

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

File: gamelift/latest/developerguide/logging-server-messages-custom.md

Summary

Updated product terminology from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout the document, adjusted section titles for consistency, and maintained existing logging guidance with updated service references.

Security assessment

Changes are purely terminological updates to align with product naming conventions ('Amazon GameLift Servers'). No security vulnerabilities, mitigations, or new security features are mentioned. The logging guidance about size limits and retention remains unchanged in substance.

Diff

diff --git a/gamelift/latest/developerguide/logging-server-messages-custom.md
index f448f54c0..dbc43aa3b 100644
--- a/gamelift/latest/developerguide/logging-server-messages-custom.md
+++ b/gamelift/latest/developerguide/logging-server-messages-custom.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)
@@ -9 +9 @@ Configuring logging for custom serversWriting to logsAccessing server logs
-You can capture custom server messages from your Amazon GameLift custom servers in log files. To learn about logging for Realtime Servers, see [Logging server messages (Realtime Servers)](./logging-server-messages-rts.html).
+You can capture custom server messages from your Amazon GameLift Servers custom servers in log files. To learn about logging for Amazon GameLift Servers Realtime, see [Logging server messages (Amazon GameLift Servers Realtime)](./logging-server-messages-rts.html).
@@ -13 +13 @@ You can capture custom server messages from your Amazon GameLift custom servers
-There is a limit on the size of a log file per game session (see [Amazon GameLift endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/gamelift.html) in the _AWS General Reference_). When a game session ends, Amazon GameLift uploads the server logs to Amazon Simple Storage Service (Amazon S3). Amazon GameLift will not upload logs that exceed the limit. Logs can grow very quickly and exceed the size limit. You should monitor your logs and limit the log output to necessary messages only.
+There is a limit on the size of a log file per game session (see [Amazon GameLift Servers endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/gamelift.html) in the _AWS General Reference_). When a game session ends, Amazon GameLift Servers uploads the server logs to Amazon Simple Storage Service (Amazon S3). Amazon GameLift Servers will not upload logs that exceed the limit. Logs can grow very quickly and exceed the size limit. You should monitor your logs and limit the log output to necessary messages only.
@@ -17 +17 @@ There is a limit on the size of a log file per game session (see [Amazon GameLif
-With Amazon GameLift custom servers, you write your own code to perform logging, which you configure as part of your server process configuration. Amazon GameLift uses your logging configuration to identify the files that it must upload to Amazon S3 at the end of each game session.
+With Amazon GameLift Servers custom servers, you write your own code to perform logging, which you configure as part of your server process configuration. Amazon GameLift Servers uses your logging configuration to identify the files that it must upload to Amazon S3 at the end of each game session.
@@ -102 +102 @@ C#
-When a game session ends, Amazon GameLift automatically stores the logs in an Amazon S3 bucket and retains them for 14 days. To get the location of the logs for a game session, you can use the [GetGameSessionLogUrl](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GetGameSessionLogUrl.html) API operation. To download the logs, use the URL that the operation returns.
+When a game session ends, Amazon GameLift Servers automatically stores the logs in an Amazon S3 bucket and retains them for 14 days. To get the location of the logs for a game session, you can use the [GetGameSessionLogUrl](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GetGameSessionLogUrl.html) API operation. To download the logs, use the URL that the operation returns.
@@ -112 +112 @@ Logging server messages
-Logging for Realtime Servers
+Logging for Amazon GameLift Servers Realtime