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