AWS gamelift documentation change
Summary
Updated service name references from 'Amazon GameLift' to 'Amazon GameLift Servers' throughout, including IAM role setup instructions
Security assessment
Changes focus on service name standardization and documentation structure. While IAM roles are security-related, this update clarifies existing security practices rather than addressing new vulnerabilities or adding new security features.
Diff
diff --git a/gamelift/latest/developerguide/realtime-script-uploading-s3.md index 2d56958d2..ea3ee7c58 100644 --- a/gamelift/latest/developerguide/realtime-script-uploading-s3.md +++ b/gamelift/latest/developerguide/realtime-script-uploading-s3.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) @@ -7 +7 @@ -You can store your script files in an Amazon S3 bucket and upload them to Amazon GameLift from there. When you create your script, you specify the S3 bucket location and Amazon GameLift retrieves your script files from Amazon S3. +You can store your script files in an Amazon S3 bucket and upload them to Amazon GameLift Servers from there. When you create your script, you specify the S3 bucket location and Amazon GameLift Servers retrieves your script files from Amazon S3. @@ -11 +11 @@ You can store your script files in an Amazon S3 bucket and upload them to Amazon - 1. **Store your script files in an S3 bucket.** Create a .zip file containing your server script files and upload it to an S3 bucket in an AWS account that you control. Take note of the object URI—you need this when creating a Amazon GameLift script. + 1. **Store your script files in an S3 bucket.** Create a .zip file containing your server script files and upload it to an S3 bucket in an AWS account that you control. Take note of the object URI—you need this when creating a Amazon GameLift Servers script. @@ -15 +15 @@ You can store your script files in an Amazon S3 bucket and upload them to Amazon -Amazon GameLift doesn't support uploading from S3 buckets with names that contain a period (.). +Amazon GameLift Servers doesn't support uploading from S3 buckets with names that contain a period (.). @@ -17 +17 @@ Amazon GameLift doesn't support uploading from S3 buckets with names that contai - 2. **Give Amazon GameLift access to your script files.** To create an AWS Identity and Access Management (IAM) role that allows Amazon GameLift to access the S3 bucket containing your server script, follow the instructions in [Set up an IAM service role for Amazon GameLift](./setting-up-role.html). After you create the new role, take note of its name, which you need when creating a script. + 2. **Give Amazon GameLift Servers access to your script files.** To create an AWS Identity and Access Management (IAM) role that allows Amazon GameLift Servers to access the S3 bucket containing your server script, follow the instructions in [Set up an IAM service role for Amazon GameLift Servers](./setting-up-role.html). After you create the new role, take note of its name, which you need when creating a script. @@ -19 +19 @@ Amazon GameLift doesn't support uploading from S3 buckets with names that contai - 3. **Create a script.** Use the Amazon GameLift console or the AWS CLI to create a new script record. To make this request, you must have the IAM `PassRole` permission, as described in [IAM permission examples for Amazon GameLift](./gamelift-iam-policy-examples.html). + 3. **Create a script.** Use the Amazon GameLift Servers console or the AWS CLI to create a new script record. To make this request, you must have the IAM `PassRole` permission, as described in [IAM permission examples for Amazon GameLift Servers](./gamelift-iam-policy-examples.html). @@ -24 +24 @@ Amazon GameLift doesn't support uploading from S3 buckets with names that contai -Amazon GameLift console +Amazon GameLift Servers console @@ -27 +27 @@ Amazon GameLift console - 1. In the [Amazon GameLift console](https://console.aws.amazon.com/gamelift), in the navigation pane, choose **Hosting** , **Scripts**. + 1. In the [Amazon GameLift Servers console](https://console.aws.amazon.com/gamelift), in the navigation pane, choose **Hosting** , **Scripts**. @@ -45 +45 @@ Amazon GameLift console -Amazon GameLift assigns an ID to the new script and uploads the designated .zip file. You can view the new script, including its status, on the **Scripts** page. +Amazon GameLift Servers assigns an ID to the new script and uploads the designated .zip file. You can view the new script, including its status, on the **Scripts** page. @@ -73 +73 @@ _Example_ -In response to your request, Amazon GameLift returns the new script object. +In response to your request, Amazon GameLift Servers returns the new script object.