AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2026-06-07 · Documentation low

File: pcs/latest/userguide/slurm-cli-filter-plugins-configure.md

Summary

Updated Slurm version to 25.11, added requirements link, removed redundant version check, and adjusted configuration paths

Security assessment

Changes involve version updates and path modifications without security implications. CLI filter plugins are security features but documentation updates don't alter their security properties.

Diff

diff --git a/pcs/latest/userguide/slurm-cli-filter-plugins-configure.md b/pcs/latest/userguide/slurm-cli-filter-plugins-configure.md
index 1c203d946..bde1ef32a 100644
--- a//pcs/latest/userguide/slurm-cli-filter-plugins-configure.md
+++ b//pcs/latest/userguide/slurm-cli-filter-plugins-configure.md
@@ -16,0 +17,2 @@ Before you configure CLI Filter Plugins, complete these tasks:
+  * Verify you are using Slurm version 24.11 or later. For 24.11 and 25.05, see [Requirements](./slurm-cli-filter-plugins.html#slurm-cli-filter-plugins-requirements).
+
@@ -23,2 +24,0 @@ Before you configure CLI Filter Plugins, complete these tasks:
-  * Verify you are using Slurm version 24.11 or later
-
@@ -39,3 +39 @@ AWS PCS console
-  4. Select a valid version of Slurm (version 24.11 or later).
-
-  5. Under **Scheduler settings** , expand **Additional scheduler settings**.
+  4. Under **Scheduler settings** , expand **Additional scheduler settings**.
@@ -43 +41 @@ AWS PCS console
-  6. Add a new Slurm custom setting with **Parameter name** set to `CliFilterPlugins` and **Parameter value** set to `cli_filter/lua`.
+  5. Add a new Slurm custom setting with **Parameter name** set to `CliFilterPlugins` and **Parameter value** set to `cli_filter/lua`.
@@ -45 +43 @@ AWS PCS console
-  7. Complete the remaining cluster configuration and choose **Create cluster**.
+  6. Complete the remaining cluster configuration and choose **Create cluster**.
@@ -59 +57 @@ The following example uses the AWS CLI to call the `CreateCluster` API action. T
-    --scheduler type=SLURM,version=24.11 \
+    --scheduler type=SLURM,version=25.11 \
@@ -77 +75 @@ If you use the AWS PCS Sample AMI for all compute node groups, skip this step. S
-For example, for Slurm version 24.11:
+For example, for Slurm version 25.11:
@@ -79 +77 @@ For example, for Slurm version 24.11:
-        /etc/aws/pcs/scheduler/slurm-24.11/cli_filter.lua
+        /etc/aws/pcs/scheduler/slurm-25.11/cli_filter.lua