AWS Security ChangesHomeSearch

AWS res documentation change

Service: res · 2025-09-28 · Documentation low

File: res/archive/release-minus-2/ug/res-troubleshooting-general.md

Summary

Added documentation about environment variable storage locations for Linux and Windows systems

Security assessment

While environment variables can contain sensitive data, this change simply documents their storage locations without addressing security controls or vulnerabilities. No specific security measures or vulnerabilities are mentioned in the change.

Diff

diff --git a/res/archive/release-minus-2/ug/res-troubleshooting-general.md b/res/archive/release-minus-2/ug/res-troubleshooting-general.md
index d8bf02ac7..ba8a13f9a 100644
--- a//res/archive/release-minus-2/ug/res-troubleshooting-general.md
+++ b//res/archive/release-minus-2/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`
+
+
+
+