Cluster Master Instance Group
data class ClusterMasterInstanceGroup(val bidPrice: String? = null, val ebsConfigs: List<ClusterMasterInstanceGroupEbsConfig>? = null, val id: String? = null, val instanceCount: Int? = null, val instanceType: String, val name: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.
Link copied to clipboard
Target number of instances for the instance group. Must be 1 or 3. Defaults to 1. Launching with multiple master nodes is only supported in EMR version 5.23.0+, and requires this resource's core_instance_group
to be configured. Public (Internet accessible) instances must be created in VPC subnets that have map public IP on launch enabled. Termination protection is automatically enabled when launched with multiple master nodes and this provider must have the termination_protection = false
configuration applied before destroying this resource.
Link copied to clipboard
EC2 instance type for all instances in the instance group.