AWS gameliftstreams documentation change
Summary
Improved CLI command documentation for application linking/unlinking with ARN/ID examples and API references
Security assessment
Changes focus on documentation clarity (ARN formatting examples, command syntax) and quota adjustment disclosure. No evidence of addressing security vulnerabilities or adding security controls. The quota change from adjustable to non-adjustable relates to resource limits, not security.
Diff
diff --git a/gameliftstreams/latest/developerguide/multi-apps.md b/gameliftstreams/latest/developerguide/multi-apps.md index cfd402bab..ab4b10bba 100644 --- a//gameliftstreams/latest/developerguide/multi-apps.md +++ b//gameliftstreams/latest/developerguide/multi-apps.md @@ -82 +82 @@ You must configure the AWS CLI with your user credentials and your chosen AWS Re -**To link using the AWS CLI** +**To link an application(s) using the AWS CLI** @@ -84 +84 @@ You must configure the AWS CLI with your user credentials and your chosen AWS Re -In the AWS CLI, enter the following command, customized for your settings: +In your AWS CLI use the [AssociateApplications](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_AssociateApplications.html) command, customized for your content. @@ -88,3 +88,2 @@ In the AWS CLI, enter the following command, customized for your settings: - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/stream-group-id \ - --application-identifiers application-id-1 application-id-2 - + --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --application-identifiers a-9ZY8X7Wv6 a-1Z78C7Wv6 @@ -98 +97,5 @@ A stream group to link these applications with. -This value can be an Amazon Resource Name (ARN) or an ID that uniquely identifies the stream group resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4` or ID—`1AB2C3De4`. +This value can be an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream group resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` + +ID example: `sg-1AB2C3De4` @@ -104 +107,5 @@ A set of applications that you want to link with this stream group. -This value is a Amazon Resource Name (ARN) or an ID that uniquely identifies the application resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6` or ID—`9ZY8X7Wv6`. +This value is a [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the application resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` + +ID example: `a-9ZY8X7Wv6` @@ -140 +147 @@ You must configure the AWS CLI with your user credentials and your chosen AWS Re -**To unlink using the AWS CLI** +**To unlink an application(s) using the AWS CLI** @@ -142 +149 @@ You must configure the AWS CLI with your user credentials and your chosen AWS Re -In the AWS CLI, enter the following command, customized for your settings: +In your AWS CLI use the [DisassociateApplications](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_DisassociateApplications.html) command, customized for your content. @@ -146,3 +153,2 @@ In the AWS CLI, enter the following command, customized for your settings: - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/stream-group-id \ - --application-identifiers application-id-1 application-id-2 - + --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --application-identifiers a-9ZY8X7Wv6 a-1Z78C7Wv6 @@ -156 +162,5 @@ A stream group to unlink these applications from. -This value can be an Amazon Resource Name (ARN) or an ID that uniquely identifies the stream group resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4` or ID—`1AB2C3De4`. +This value can be an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream group resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` + +ID example: `sg-1AB2C3De4` @@ -162 +172,5 @@ A set of applications that you want to unlink from this stream group. -This value is a Amazon Resource Name (ARN) or an ID that uniquely identifies the application resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6` or ID—`9ZY8X7Wv6`. +This value is a [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the application resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` + +ID example: `a-9ZY8X7Wv6` @@ -171 +185 @@ Quota name | Default quota | Is adjustable | Description -Number of links in multi-application stream groups | 100 links | Yes | The maximum number of associations for a single stream group or application. For example, a single stream group can link to up to 100 applications, and vice versa. +Number of links in multi-application stream groups | 100 links | No | The maximum number of associations for a single stream group or application. For example, a single stream group can link to up to 100 applications, and vice versa.