Nodegroup Scaling Config Args
data class NodegroupScalingConfigArgs(val desiredSize: Output<Int>? = null, val maxSize: Output<Int>? = null, val minSize: Output<Int>? = null) : ConvertibleToJava<NodegroupScalingConfigArgs>
An object representing a auto scaling group specification for AWS EKS Nodegroup.
Properties
Link copied to clipboard
The current number of nodes that the managed node group should maintain.
Link copied to clipboard
The maximum number of nodes that the managed node group can scale out to. For information about the maximum number that you can specify, see Amazon EKS service quotas in the Amazon EKS User Guide .