AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2025-10-19 · Documentation low

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

Summary

Updated Slurm installer version references from 24.11.x to 25.05.x and added link to version list with checksums

Security assessment

The change adds a reference to a list of available versions with checksums, which helps users verify download integrity. While checksum validation is a security best practice, there is no explicit mention of addressing a specific vulnerability.

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 644fe0aba..66b12d626 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.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz \
-        -o aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz
+        curl https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz \
+        -o aws-pcs-slurm-25.05-installer-25.05.3-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.11-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-25.05-installer-latest.tar.gz`). For a complete list of available versions with checksums, see [Slurm versions in AWS PCS](./slurm-versions.html).
@@ -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.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz.sig && \
-            gpg --verify ./aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz.sig
+                wget https://aws-pcs-repo-region.s3.region.amazonaws.com/aws-pcs-slurm/aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz.sig && \
+            gpg --verify ./aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz.sig
@@ -54 +54 @@ The output should be similar to the following:
-                gpg: assuming signed data in './aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz'
+                gpg: assuming signed data in './aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz'
@@ -71,2 +71,2 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        tar -xf aws-pcs-slurm-24.11-installer-24.11.6-1.tar.gz && \
-        cd aws-pcs-slurm-24.11-installer
+        tar -xf aws-pcs-slurm-25.05-installer-25.05.3-1.tar.gz && \
+        cd aws-pcs-slurm-25.05-installer
@@ -80 +80 @@ Don't run the Slurm installation script if the fingerprint doesn't match. Contac
-        cat /opt/aws/pcs/scheduler/slurm-24.11/version
+        cat /opt/aws/pcs/scheduler/slurm-25.05/version
@@ -85 +85 @@ The output should be similar to the following:
-    SLURM_VERSION='24.11.6'
+    SLURM_VERSION='25.05.3'