AWS Security ChangesHomeSearch

AWS systems-manager documentation change

Service: systems-manager · 2025-10-19 · Documentation low

File: systems-manager/latest/userguide/install-plugin-macos-overview.md

Summary

Updated Python version requirement from 2.6.5/3.3+ to 3.10+ and example command using Python 3.11 instead of 3.8

Security assessment

The change updates dependency requirements but does not explicitly reference a security vulnerability. Python 2.x end-of-life is well-known, but the diff lacks direct evidence this was changed to address a specific security issue.

Diff

diff --git a/systems-manager/latest/userguide/install-plugin-macos-overview.md b/systems-manager/latest/userguide/install-plugin-macos-overview.md
index e384677c7..a311154b6 100644
--- a//systems-manager/latest/userguide/install-plugin-macos-overview.md
+++ b//systems-manager/latest/userguide/install-plugin-macos-overview.md
@@ -82 +82 @@ Mac with Apple silicon
-The plugin requires either Python 2.6.5 or later, or Python 3.3 or later. By default, the install script runs under the system default version of Python. If you have installed an alternative version of Python and want to use that to install the Session Manager plugin, run the install script with that version by absolute path to the Python executable. The following is an example.
+The plugin requires Python 3.10 or later. By default, the install script runs under the system default version of Python. If you have installed an alternative version of Python and want to use that to install the Session Manager plugin, run the install script with that version by absolute path to the Python executable. The following is an example.
@@ -84 +84 @@ The plugin requires either Python 2.6.5 or later, or Python 3.3 or later. By def
-        sudo /usr/local/bin/python3.8 sessionmanager-bundle/install -i /usr/local/sessionmanagerplugin -b /usr/local/bin/session-manager-plugin
+        sudo /usr/local/bin/python3.11 sessionmanager-bundle/install -i /usr/local/sessionmanagerplugin -b /usr/local/bin/session-manager-plugin