AWS gamelift documentation change
Summary
Updated documentation to replace 'Amazon GameLift' with 'Amazon GameLift Servers' throughout the file, reflecting product naming changes. Adjusted related links and IAM configuration instructions to match new naming conventions.
Security assessment
Changes are purely branding/naming updates from 'Amazon GameLift' to 'Amazon GameLift Servers'. No security vulnerabilities, patches, or new security features are mentioned. IAM configuration references are existing security practices, not new documentation.
Diff
diff --git a/gamelift/latest/flexmatchguide/match-getting-started.md index 5ac4f9b9a..273f42772 100644 --- a/gamelift/latest/flexmatchguide/match-getting-started.md +++ b/gamelift/latest/flexmatchguide/match-getting-started.md @@ -15 +15 @@ Use the resources in this section to help you get started with buildiing a match - * [Roadmap: Add matchmaking to a Amazon GameLift hosting solution](./match-tasks.html) + * [Roadmap: Add matchmaking to a Amazon GameLift Servers hosting solution](./match-tasks.html) @@ -21 +21 @@ Use the resources in this section to help you get started with buildiing a match -Amazon GameLift FlexMatch is an AWS service, and you must have an AWS account to use this service. Creating an AWS account is free. For more information on what you can do with an AWS account, see [Getting Started with AWS](https://aws.amazon.com/getting-started/). +Amazon GameLift Servers FlexMatch is an AWS service, and you must have an AWS account to use this service. Creating an AWS account is free. For more information on what you can do with an AWS account, see [Getting Started with AWS](https://aws.amazon.com/getting-started/). @@ -23 +23 @@ Amazon GameLift FlexMatch is an AWS service, and you must have an AWS account to -If you are using FlexMatch with other Amazon GameLift solutions, see the following topics: +If you are using FlexMatch with other Amazon GameLift Servers solutions, see the following topics: @@ -25 +25 @@ If you are using FlexMatch with other Amazon GameLift solutions, see the followi - * [Setting up access for Amazon GameLift hosting](https://docs.aws.amazon.com/gamelift/latest/developerguide/setting-up-intro.html) + * [Setting up access for Amazon GameLift Servers hosting](https://docs.aws.amazon.com/gamelift/latest/developerguide/setting-up-intro.html) @@ -27 +27 @@ If you are using FlexMatch with other Amazon GameLift solutions, see the followi - * [Setting up access for hosting with Amazon GameLift FleetIQ](https://docs.aws.amazon.com/gamelift/latest/fleetiqguide/gsg-iam-permissions.html) + * [Setting up access for hosting with Amazon GameLift Servers FleetIQ](https://docs.aws.amazon.com/gamelift/latest/fleetiqguide/gsg-iam-permissions.html) @@ -32 +32 @@ If you are using FlexMatch with other Amazon GameLift solutions, see the followi -###### To set up your account for Amazon GameLift +###### To set up your account for Amazon GameLift Servers @@ -36 +36 @@ If you are using FlexMatch with other Amazon GameLift solutions, see the followi - 2. **Set up an administrative user group.** Open the AWS Identity and Access Management (IAM) service console and follow the steps to create or update users or user groups. IAM manages access to your AWS services and resources. Everyone who accesses your FlexMatch resources, using the Amazon GameLift console or by calling Amazon GameLift APIs, must be given explicit access. For detailed instructions on using the console (or the AWS CLI or other tools) to set up user groups, see [Creating IAM Users](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html). + 2. **Set up an administrative user group.** Open the AWS Identity and Access Management (IAM) service console and follow the steps to create or update users or user groups. IAM manages access to your AWS services and resources. Everyone who accesses your FlexMatch resources, using the Amazon GameLift Servers console or by calling Amazon GameLift Servers APIs, must be given explicit access. For detailed instructions on using the console (or the AWS CLI or other tools) to set up user groups, see [Creating IAM Users](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html). @@ -40 +40 @@ If you are using FlexMatch with other Amazon GameLift solutions, see the followi -For Amazon GameLift, you must create a custom permissions policy and attach it to each user or user group. A policy is a JSON document. Use the example below to create your policy. +For Amazon GameLift Servers, you must create a custom permissions policy and attach it to each user or user group. A policy is a JSON document. Use the example below to create your policy. @@ -45 +45 @@ For Amazon GameLift, you must create a custom permissions policy and attach it t -The following example illustrates an inline permissions policy with administrative permissions for all Amazon GameLift resources and actions. You can choose to limit access by specifying only FlexMatch-specific items. +The following example illustrates an inline permissions policy with administrative permissions for all Amazon GameLift Servers resources and actions. You can choose to limit access by specifying only FlexMatch-specific items.