AWS appstream2 documentation change
Summary
Updated product name references from 'AppStream 2.0' to 'WorkSpaces Applications' throughout the documentation
Security assessment
The changes are purely branding/product name updates without any modifications to security-related content. The existing security note about script permissions and command interpreters remains unchanged.
Diff
diff --git a/appstream2/latest/developerguide/create-session-scripts.md b/appstream2/latest/developerguide/create-session-scripts.md index 3f1832a02..854aceaa9 100644 --- a//appstream2/latest/developerguide/create-session-scripts.md +++ b//appstream2/latest/developerguide/create-session-scripts.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon AppStream 2.0](/appstream2/index.html)[Administration Guide](what-is-appstream.html) +[Documentation](/index.html)[Amazon WorkSpaces Applications](/appstream2/index.html)[Administration Guide](what-is-appstream.html) @@ -7 +7 @@ -AppStream 2.0 provides on-instance session scripts on both Windows- and Linux-based streaming instances. For more information about session scripts, see [Use Session Scripts to Manage Your Amazon AppStream 2.0 Users' Streaming Experience](./use-session-scripts.html). +WorkSpaces Applications provides on-instance session scripts on both Windows- and Linux-based streaming instances. For more information about session scripts, see [Use Session Scripts to Manage Your Amazon WorkSpaces Applications Users' Streaming Experience](./use-session-scripts.html). @@ -9 +9 @@ AppStream 2.0 provides on-instance session scripts on both Windows- and Linux-ba -Session scripts are specified within an AppStream 2.0 image. To locate the session scripts configuration file on a Linux instance, navigate to `/opt/appstream/SessionScripts/config.json`. The following code is a sample `config.json` file that specifies a session start script named “`test-session-start`” and a session end script named “`test-session-stop`” together with their runtime parameters. Make sure that the scripts referenced in `config.json` have run permissions and a command interpreter is defined (for example, #!/bin/bash). +Session scripts are specified within an WorkSpaces Applications image. To locate the session scripts configuration file on a Linux instance, navigate to `/opt/appstream/SessionScripts/config.json`. The following code is a sample `config.json` file that specifies a session start script named “`test-session-start`” and a session end script named “`test-session-stop`” together with their runtime parameters. Make sure that the scripts referenced in `config.json` have run permissions and a command interpreter is defined (for example, #!/bin/bash).