AWS Batch JobDefinition NodeRangeProperty
The
NodeRangeProperty property type specifies the properties of a multi-node parallel
node range in a job definition.
NodeRangeProperty is a property of the NodeProperties property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Container" : ContainerProperties, "TargetNodes" :String}
YAML
Container: ContainerProperties TargetNodes:String
Properties
Container-
The container details for the node range.
Required: No
Type: ContainerProperties
Update requires: No interruption
TargetNodes-
The range of nodes, using node index values. A range of
0:3indicates nodes with index values of0through3. If the starting range value is omitted (:n), then0is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n). You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.Required: Yes
Type: String
Update requires: No interruption
See Also
-
Multi-node Parallel Jobs in the AWS Batch User Guide
