AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2025-05-16 · Documentation low

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

Summary

Updated Slurm installer version references from 24.05.x to 24.11.x, including URLs, filenames, and example outputs

Security assessment

This is a version update to Slurm components. While software updates may include security improvements, the diff does not explicitly mention security fixes or vulnerabilities. The changes appear routine.

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 10a846f5f..93d3baad9 100644
--- a//pcs/latest/userguide/working-with_ami_custom_install-slurm.md
+++ b//pcs/latest/userguide/working-with_ami_custom_install-slurm.md
@@ -19,2 +19,2 @@ If you have an AMI with a previous version of the Slurm software installed on it
-        curl https://aws-pcs-repo-region.s3.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz \
-        -o aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz
+        curl https://aws-pcs-repo-region.s3.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz \
+        -o aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz
@@ -22 +22 @@ 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-24.05-installer-latest.tar.gz`).
+You can also get the latest version by replacing the version number with `latest` in the preceding command (for example: `aws-pcs-slurm-24.11-installer-latest.tar.gz`).
@@ -49,2 +49,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-                wget https://aws-pcs-repo-region.s3.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz.sig && \
-            gpg --verify ./aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz.sig
+                wget https://aws-pcs-repo-region.s3.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz.sig && \
+            gpg --verify ./aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz.sig
@@ -54,2 +54,2 @@ The output should be similar to the following:
-                gpg: assuming signed data in './aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz'
-        gpg: Signature made Wed Dec 18 14:23:38 2024 CEST
+                gpg: assuming signed data in './aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz'
+        gpg: Signature made Wed May 14 14:23:38 2025 UTC
@@ -71,2 +71,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        tar -xf aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz && \
-        cd aws-pcs-slurm-24.05-installer
+        tar -xf aws-pcs-slurm-24.11-installer-24.11.5-1.tar.gz && \
+        cd aws-pcs-slurm-24.11-installer
@@ -80 +80 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        cat /opt/aws/pcs/scheduler/slurm-24.05/version
+        cat /opt/aws/pcs/scheduler/slurm-24.11/version
@@ -84,2 +84,2 @@ The output should be similar to the following:
-        SLURM_INSTALL_DATE='Wed Dec 18 12:38:56 UTC 2024'
-    SLURM_VERSION='24.05.7'
+        SLURM_INSTALL_DATE='Wed May 14 14:23:38 UTC 2025'
+    SLURM_VERSION='24.11.5'