Instance Fleet Instance Type Config Ebs Config
data class InstanceFleetInstanceTypeConfigEbsConfig(val iops: Int? = null, val size: Int, val type: String, val volumesPerInstance: Int? = null)
Properties
Link copied to clipboard
The volume type. Valid options are gp2
, io1
, standard
and st1
. See EBS Volume Types.
Link copied to clipboard
The number of EBS volumes with this configuration to attach to each EC2 instance in the instance group (default is 1)