AWS Security ChangesHomeSearch

AWS clean-rooms documentation change

Service: clean-rooms · 2025-10-25 · Documentation low

File: clean-rooms/latest/userguide/troubleshooting-pyspark-analysis-templates.md

Summary

Updated Python version requirements from 3.9 to 3.9 or 3.11

Security assessment

Expands supported Python versions without explicit security context. No evidence of addressing a security vulnerability.

Diff

diff --git a/clean-rooms/latest/userguide/troubleshooting-pyspark-analysis-templates.md b/clean-rooms/latest/userguide/troubleshooting-pyspark-analysis-templates.md
index 1d3181edf..5d1969ac0 100644
--- a//clean-rooms/latest/userguide/troubleshooting-pyspark-analysis-templates.md
+++ b//clean-rooms/latest/userguide/troubleshooting-pyspark-analysis-templates.md
@@ -102 +102 @@ Valid Python filenames use lowercase letters, underscores to separate words, and
-    1. Verify your virtual environment uses Python 3.9.
+    1. Verify your virtual environment uses Python 3.9 or 3.11.
@@ -119 +119 @@ Valid Python filenames use lowercase letters, underscores to separate words, and
-  * Set up a dedicated virtual environment with Python 3.9 for all analysis templates. 
+  * Set up a dedicated virtual environment with Python 3.9 or 3.11 for all analysis templates.