|
@@ -379,6 +379,12 @@ tabs:
|
|
|
required: true
|
|
required: true
|
|
|
placeholder: my-cluster
|
|
placeholder: my-cluster
|
|
|
variable: cluster_name
|
|
variable: cluster_name
|
|
|
|
|
+ - type: number-input
|
|
|
|
|
+ label: Maximum number of EC2 instances to create in the application autoscaling group.
|
|
|
|
|
+ variable: max_instances
|
|
|
|
|
+ placeholder: "ex: 10"
|
|
|
|
|
+ settings:
|
|
|
|
|
+ default: 10
|
|
|
- type: checkbox
|
|
- type: checkbox
|
|
|
variable: spot_instances_enabled
|
|
variable: spot_instances_enabled
|
|
|
label: Enable spot instances for this cluster.
|
|
label: Enable spot instances for this cluster.
|