Range defining the min and max number of cluster workers
To declare this entity in your AWS CloudFormation template, use the following syntax:
{
"MinWorkers" : Integer,
"MaxWorkers" : Integer
}
MinWorkers: Integer MaxWorkers: Integer
The minimum number of workers to which the cluster can scale down when underutilized. It is also the initial number of workers the cluster will have after creation.
Required: Yes
Type: Integer
Update requires: No interruption
The maximum number of workers to which the cluster can scale up when overloaded. max_workers must be strictly greater than min_workers.
Required: Yes
Type: Integer
Update requires: No interruption