AutoscalingConfig
Summary​
Configuration for autoscaling of server groups.Attributes​
Name | Data Type | Description |
---|---|---|
min_nodes | int | The minimum number of nodes to scale down to. |
max_nodes | int | The maximum number of nodes to scale up to. |
__init__(...)​
Parameters
min_nodes
(int
) - The minimum number of nodes to scale down to. Default:None
max_nodes
(int
) - The maximum number of nodes to scale up to. Default:None