AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2026-04-25 · Documentation low

File: pcs/latest/userguide/working-with_ami_custom_install-slurm.md

Summary

Updated Slurm installer version from 25.05.5-1 to 25.11.2-1, including download URLs, signature verification examples, and installation paths.

Security assessment

This change updates version numbers and dates for a routine software update. There is no mention of security vulnerabilities, patches, or security-related fixes. The change maintains existing security practices (GPG verification, checksums) but does not introduce new security documentation or address a specific security issue.

Diff

diff --git a/pcs/latest/userguide/working-with_ami_custom_install-slurm.md b/pcs/latest/userguide/working-with_ami_custom_install-slurm.md
index 8e026c08d..21c5c6b2b 100644
--- a//pcs/latest/userguide/working-with_ami_custom_install-slurm.md
+++ b//pcs/latest/userguide/working-with_ami_custom_install-slurm.md
@@ -21,2 +21,2 @@ If you have an AMI with a previous version of the Slurm software installed on it
-        curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz \
-         -o aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz
+        curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz \
+         -o aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz
@@ -24 +24 @@ If you have an AMI with a previous version of the Slurm software installed on it
-You can also get the latest version by replacing the version number with `latest` in the preceding command (for example: `aws-pcs-slurm-25.05-installer-latest.tar.gz`). For a complete list of available versions with checksums, see [Slurm versions in AWS PCS](./slurm-versions.html).
+You can also get the latest version by replacing the version number with `latest` in the preceding command (for example: `aws-pcs-slurm-25.11-installer-latest.tar.gz`). For a complete list of available versions with checksums, see [Slurm versions in AWS PCS](./slurm-versions.html).
@@ -51,2 +51,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-                wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz.sig && \
-             gpg --verify ./aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz.sig
+                wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz.sig && \
+             gpg --verify ./aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz.sig
@@ -56,2 +56,2 @@ The output should be similar to the following:
-                gpg: assuming signed data in './aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz'
-        gpg: Signature made Fri 14 Nov 2025 11:35:15 AM UTC using RSA key ID ECC0AE5C
+                gpg: assuming signed data in './aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz'
+        gpg: Signature made Thu 26 Mar 2026 08:57:11 AM UTC using RSA key ID ECC0AE5C
@@ -72,2 +72,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        tar -xf aws-pcs-slurm-25.05-installer-25.05.5-1.tar.gz && \
-        cd aws-pcs-slurm-25.05-installer
+        tar -xf aws-pcs-slurm-25.11-installer-25.11.2-1.tar.gz && \
+        cd aws-pcs-slurm-25.11-installer
@@ -81 +81 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        cat /opt/aws/pcs/scheduler/slurm-25.05/version
+        cat /opt/aws/pcs/scheduler/slurm-25.11/version
@@ -85,2 +85,2 @@ The output should be similar to the following:
-        SLURM_INSTALL_DATE='Fri Nov 14 15:15:37 UTC 2025'
-    SLURM_VERSION='25.05.5'
+        SLURM_INSTALL_DATE='Thu Mar 26 15:15:37 UTC 2026'
+    SLURM_VERSION='25.11.2'