Instance Fleet Instance Type Config Ebs Config Args
data class InstanceFleetInstanceTypeConfigEbsConfigArgs(val iops: Output<Int>? = null, val size: Output<Int>, val type: Output<String>, val volumesPerInstance: Output<Int>? = null) : ConvertibleToJava<InstanceFleetInstanceTypeConfigEbsConfigArgs>
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)