You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`instance_type` - Instance type for cluster instances (default: `t2.micro`)
60
60
-`key_name` - EC2 Key pair name
61
-
-`cloud_config` - `cloud-config` user data supplied to launch configuration for cluster nodes
61
+
-`cloud_config_content` - user data supplied to launch configuration for cluster nodes
62
+
-`cloud_config_content_type` - the type of configuration being passed in as user data, see [EC2 user guide](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonLinuxAMIBasics.html#CloudInit) for a list of possible types (default: `text/cloud-config`)
62
63
-`health_check_grace_period` - Time in seconds after container instance comes into service before checking health (default: `600`)
63
64
-`desired_capacity` - Number of EC2 instances that should be running in cluster (default: `1`)
64
65
-`min_size` - Minimum number of EC2 instances in cluster (default: `0`)
0 commit comments