This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::PCS::ComputeNodeGroup SlurmConfiguration
Additional options related to the Slurm scheduler.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "GresCustomSettings" :[ {, "ScaleDownIdleTimeInSeconds" :Key:Value, ...}, ... ]Integer, "SlurmCustomSettings" :[ SlurmCustomSetting, ... ]}
YAML
GresCustomSettings:-ScaleDownIdleTimeInSeconds:Key:ValueIntegerSlurmCustomSettings:- SlurmCustomSetting
Properties
GresCustomSettings-
The additional Slurm
gres.confrecords for the compute node group. Each item is a map ofgres.confattribute names to values that describes onegres.confrecord, such as a GPU topology, MIG, MPS, or custom GRES entry. AWS PCS adds theNodeName=prefix and merges these records with the GPU record it derives from the instance type.Required: No
Type: Array of Object
Update requires: No interruption
ScaleDownIdleTimeInSeconds-
The time (in seconds) before an idle compute node is scaled down. Overrides the cluster-level ScaleDownIdleTimeInSeconds. If removed from the template, CloudFormation sets the value to -1, reverting to the cluster-level setting. Valid values: 1–10000000. Requires Slurm version 25.11 or later.
Required: No
Type: Integer
Minimum:
1Maximum:
10000000Update requires: No interruption
SlurmCustomSettings-
Additional Slurm-specific configuration that directly maps to Slurm settings.
Required: No
Type: Array of SlurmCustomSetting
Update requires: No interruption