AWS parallelcluster documentation change
Summary
Updated placement group reference to use ID instead of name, added password constraints for Slurm, and expanded Secrets Manager documentation.
Security assessment
Adds security documentation about using AWS Secrets Manager for credential management. Password constraint is a functional limitation, not a security fix.
Diff
diff --git a/parallelcluster/latest/ug/Scheduling-v3.md b/parallelcluster/latest/ug/Scheduling-v3.md index de0e39086..f7c0045fc 100644 --- a//parallelcluster/latest/ug/Scheduling-v3.md +++ b//parallelcluster/latest/ug/Scheduling-v3.md @@ -921 +921 @@ Indicates whether a placement group is used for the Slurm queue. The default is -The placement group name for an existing cluster placement group that the Slurm queue uses. Make sure to provide the placement group _name_ and _not the ID_. +The placement group ID for an existing cluster placement group that the Slurm queue uses. Make sure to provide the placement group _ID_ and _not the name_. @@ -2268 +2268,7 @@ The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains t -When you create a secret using the AWS Secrets Manager console be sure to select "Other type of secret", select plaintext, and only include the password text in the secret. + * When you create a secret using the AWS Secrets Manager console be sure to select "Other type of secret", select plaintext, and only include the password text in the secret. + + * You cannot use the '#' character in the Database password as Slurm does not support it in slurmdbd.conf. + + * For more information on how to use AWS Secrets Manager to create a secret refer to [ Create an AWS Secrets Manager Secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret). + + @@ -2270 +2275,0 @@ When you create a secret using the AWS Secrets Manager console be sure to select -For more information on how to use AWS Secrets Manager to create a secret refer to [Create an AWS Secrets Manager Secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret)