AWS appstream2 documentation change
Summary
Updated service name references and maintained existing security warnings about session script file permissions
Security assessment
While the document contains security advice about restricting write permissions to prevent attack vectors, the changes only update service names ('AppStream 2.0' to 'WorkSpaces Applications'). The security guidance itself was not modified or enhanced - existing warnings were preserved without adding new security content.
Diff
diff --git a/appstream2/latest/developerguide/session-scripts-multi-session-fleets.md b/appstream2/latest/developerguide/session-scripts-multi-session-fleets.md index 7b2b106bd..9982dc415 100644 --- a//appstream2/latest/developerguide/session-scripts-multi-session-fleets.md +++ b//appstream2/latest/developerguide/session-scripts-multi-session-fleets.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) @@ -34 +34 @@ Many of these requirements can be met by keeping session script logic focused on -AppStream 2.0 images should not be configured to allow write permission to session script files by any users. This introduces a critical attack vector for malicious users, where they could modify script files. These files could then be run as SYSTEM or another user, depending on your configuration. +WorkSpaces Applications images should not be configured to allow write permission to session script files by any users. This introduces a critical attack vector for malicious users, where they could modify script files. These files could then be run as SYSTEM or another user, depending on your configuration. @@ -38 +38 @@ AppStream 2.0 images should not be configured to allow write permission to sessi -It is your responsibility to make sure that your AppStream 2.0 images are configured securely. This is especially important for multi-session instances, where multiple users are using the same instance. If images are not configured securely, there is a security risk for all users of that instance. +It is your responsibility to make sure that your WorkSpaces Applications images are configured securely. This is especially important for multi-session instances, where multiple users are using the same instance. If images are not configured securely, there is a security risk for all users of that instance.