AWS pcs documentation change
Summary
Added requirements link and updated script paths from Slurm 24.11 to 25.11
Security assessment
Path updates reflect new Slurm version without changing security functionality. No vulnerability fixes or security enhancements documented.
Diff
diff --git a/pcs/latest/userguide/slurm-cli-filter-plugins-deploy-s3.md b/pcs/latest/userguide/slurm-cli-filter-plugins-deploy-s3.md index 982c624c3..bcd42cf1a 100644 --- a//pcs/latest/userguide/slurm-cli-filter-plugins-deploy-s3.md +++ b//pcs/latest/userguide/slurm-cli-filter-plugins-deploy-s3.md @@ -16,0 +17,2 @@ Before you deploy your script using S3, 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). + @@ -36,2 +38,2 @@ Before you deploy your script using S3, complete these tasks: - aws s3 cp s3://my-bucket/cli_filter.lua /etc/aws/pcs/scheduler/slurm-24.11/cli_filter.lua - chmod 644 /etc/aws/pcs/scheduler/slurm-24.11/cli_filter.lua + aws s3 cp s3://my-bucket/cli_filter.lua /etc/aws/pcs/scheduler/slurm-25.11/cli_filter.lua + chmod 644 /etc/aws/pcs/scheduler/slurm-25.11/cli_filter.lua