NodegroupScalingConfig
In this article:
NodegroupScalingConfig#
Information on scaling settings for the Auto Scaling Group on which the node group is based.
Contents#
desiredSize — The desired capacity of the node group.
Type: Integer
Required: No
Constraints: The value should greater or equal than
MinSize
and less and equal thanMaxSize
Default value:
2
MinSize — The minimum capacity of the node group.
Type: Integer
Required: No
Constraints: The value should be greater than
0
Default value:
2
MaxSize — The maximum capacity of the node group.
Type: Integer
Required: No
Constraints: The value should be greater than
0
Default value:
2