AWS res documentation change
Summary
Added warning about idle detection script causing CPU spikes that might interfere with low utilization thresholds
Security assessment
The change addresses operational considerations for resource management rather than security vulnerabilities. While it discusses script behavior that could impact resource utilization tracking, there's no evidence of security vulnerabilities being addressed or security features being documented.
Diff
diff --git a/res/latest/ug/virtual-desktops-autostop.md b/res/latest/ug/virtual-desktops-autostop.md index c0abf52d7..987fd3923 100644 --- a//res/latest/ug/virtual-desktops-autostop.md +++ b//res/latest/ug/virtual-desktops-autostop.md @@ -12,0 +13,4 @@ Administrators can configure settings to allow idle VDIs to be Stopped or Termin +###### Important + +RES runs an idle detection script at the top of every minute that checks CPU utilization. This script itself causes temporary CPU spikes, which can prevent idle detection if your threshold is set too low. +