AWS gameliftservers documentation change
Summary
Fixed two typos: 'You game server software' to 'Your game server software' and 'an game session' to 'a game session'. No security content changes.
Security assessment
These are purely grammatical corrections with no security implications. The surrounding text mentions security features (port mapping for protection), but the changes themselves don't modify security documentation.
Diff
diff --git a/gameliftservers/latest/developerguide/containers-howitworks.md b/gameliftservers/latest/developerguide/containers-howitworks.md index 713350499..edf0cc397 100644 --- a//gameliftservers/latest/developerguide/containers-howitworks.md +++ b//gameliftservers/latest/developerguide/containers-howitworks.md @@ -43 +43 @@ Each fleet instance can have the following types of container groups: - * A **per-instance container group** , which is optional, gives you the ability to run additional software on each fleet instance. They are useful for running background services or utility programs, such as for monitoring. You game server software doesn't directly depend on processes in a per-instance group. Only one copy of a per-instance container group is deployed to each fleet instance. + * A **per-instance container group** , which is optional, gives you the ability to run additional software on each fleet instance. They are useful for running background services or utility programs, such as for monitoring. Your game server software doesn't directly depend on processes in a per-instance group. Only one copy of a per-instance container group is deployed to each fleet instance. @@ -151 +151 @@ Managed container fleets require an additional setting that allows access to pro -When you set the internal-facing container port settings, Amazon GameLift Servers uses them to calculate the external-facing inbound permissions that game clients and other applications can connect to. Amazon GameLift Servers also manages the mapping between inbound permissions and individual container ports that gives players access to an game session in a container. This internal mapping provides a layer of security by protecting your game servers from direct access to the container ports. You have the option to customize a fleet's external-facing port settings as needed. For more information about manually setting container fleet ports, see [Configure network connections](./containers-design-fleet.html#containers-custom-network). +When you set the internal-facing container port settings, Amazon GameLift Servers uses them to calculate the external-facing inbound permissions that game clients and other applications can connect to. Amazon GameLift Servers also manages the mapping between inbound permissions and individual container ports that gives players access to a game session in a container. This internal mapping provides a layer of security by protecting your game servers from direct access to the container ports. You have the option to customize a fleet's external-facing port settings as needed. For more information about manually setting container fleet ports, see [Configure network connections](./containers-design-fleet.html#containers-custom-network).