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
{ "ScaleDownIdleTimeInSeconds" :Integer, "SlurmCustomSettings" :[ SlurmCustomSetting, ... ]}
YAML
ScaleDownIdleTimeInSeconds:IntegerSlurmCustomSettings:- SlurmCustomSetting
Properties
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