AWS appstream2 documentation change
Summary
Updated example IAM policy with correct S3 resource ARN format and valid SourceArn pattern for AppStream 2.0 fleets
Security assessment
Change corrects placeholder values to valid ARN formats but does not address security vulnerabilities or introduce security-specific content.
Diff
diff --git a/appstream2/latest/developerguide/example-elastic-fleets.md b/appstream2/latest/developerguide/example-elastic-fleets.md index 60394493a..5a5fd7b4d 100644 --- a//appstream2/latest/developerguide/example-elastic-fleets.md +++ b//appstream2/latest/developerguide/example-elastic-fleets.md @@ -58 +58 @@ JSON - "Resource": "your session script S3 path", + "Resource": "arn:aws:s3:::bucket/AppStream2/*", @@ -61 +61 @@ JSON - "aws:SourceArn": "arn:aws:{your region name}:{your AWS account ID}:fleet/{your fleet name}" + "aws:SourceArn": "arn:aws:appstream:us-east-1:111122223333:fleet/yourFleetName"