AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2025-04-03 · Documentation low

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

Summary

Updated Slurm installer version from 24.05.5-2 to 24.05.7-1

Security assessment

Routine version update without explicit security context

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 7fd90bafd..10a846f5f 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.5-2.tar.gz \
-        -o aws-pcs-slurm-24.05-installer-24.05.5-2.tar.gz
+        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
@@ -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.5-2.tar.gz.sig && \
-            gpg --verify ./aws-pcs-slurm-24.05-installer-24.05.5-2.tar.gz.sig
+                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
@@ -54 +54 @@ The output should be similar to the following:
-                gpg: assuming signed data in './aws-pcs-slurm-24.05-installer-24.05.5-2.tar.gz'
+                gpg: assuming signed data in './aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz'
@@ -71 +71 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        tar -xf aws-pcs-slurm-24.05-installer-24.05.5-2.tar.gz && \
+        tar -xf aws-pcs-slurm-24.05-installer-24.05.7-1.tar.gz && \
@@ -85,2 +85,2 @@ The output should be similar to the following:
-    SLURM_VERSION='24.05.5'
-    PCS_SLURM_RELEASE='2'
+    SLURM_VERSION='24.05.7'
+    PCS_SLURM_RELEASE='1'