AWS gameliftstreams documentation change
Summary
Updated example AWS account IDs in ARN references from 123456789012 to 111122223333
Security assessment
Changed placeholder account IDs in documentation examples. No security impact as these are non-functional sample values.
Diff
diff --git a/gameliftstreams/latest/developerguide/multi-apps.md b/gameliftstreams/latest/developerguide/multi-apps.md index ab4b10bba..665b5ecc4 100644 --- a//gameliftstreams/latest/developerguide/multi-apps.md +++ b//gameliftstreams/latest/developerguide/multi-apps.md @@ -88 +88 @@ In your AWS CLI use the [AssociateApplications](https://docs.aws.amazon.com/game - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 \ @@ -99 +99 @@ This value can be an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IA -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -109 +109 @@ This value is a [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/lat -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` @@ -153 +153 @@ In your AWS CLI use the [DisassociateApplications](https://docs.aws.amazon.com/g - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 \ @@ -164 +164 @@ This value can be an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IA -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -174 +174 @@ This value is a [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/lat -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`