InstanceGroupConfig

Configuration defining a new instance group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates Amazon EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.

Link copied to clipboard

The bid price for each Amazon EC2 Spot Instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

Link copied to clipboard

Amazon EMR releases 4.x or later.

Link copied to clipboard

The custom AMI ID to use for the provisioned instance group.

Link copied to clipboard

EBS configurations that will be attached to each Amazon EC2 instance in the instance group.

Link copied to clipboard

Target number of instances for the instance group.

Link copied to clipboard

The role of the instance group in the cluster.

Link copied to clipboard

The Amazon EC2 instance type for all instances in the instance group.

Link copied to clipboard

Market type of the Amazon EC2 instances used to create a cluster node.

Link copied to clipboard
val name: String?

Friendly name given to the instance group.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String