AWS res documentation change
Summary
Added documentation for locating environment variables on Linux and Windows systems
Security assessment
The change provides troubleshooting information about environment variable locations without addressing any specific security vulnerability. While environment variables can contain sensitive data, this update doesn't introduce security controls or address a known security incident. It's purely informational for diagnostic purposes.
Diff
diff --git a/res/archive/release-minus-3/ug/res-troubleshooting-general.md b/res/archive/release-minus-3/ug/res-troubleshooting-general.md index 768c280ce..9ed717fef 100644 --- a//res/archive/release-minus-3/ug/res-troubleshooting-general.md +++ b//res/archive/release-minus-3/ug/res-troubleshooting-general.md @@ -12,0 +13,2 @@ This section contains information about where information can be found within RE + * Where to find environment variables + @@ -39,0 +42,11 @@ There are various sources of information retained that can be referenced for tro +### Where to find environment variables + +By default, you can find environment variables, such as the session owner username, in the following locations: + + * Linux: `/etc/environment` + + * Windows: `C:\Users\Administrator\RES\Bootstrap\virtual-desktop-host-windows\environment_variables.json` + + + +