Amazon EMR EbsConfiguration EbsBlockDeviceConfig VolumeSpecification
VolumeSpecification is a property of the Amazon EMR EbsConfiguration property that configures the Amazon Elastic Block Store (Amazon EBS) volumes that
Amazon EMR (Amazon EMR) associates with your instances.
Syntax
JSON
{ "Iops" :Integer, "SizeInGB" :Integer, "VolumeType" :String}
YAML
Iops:IntegerSizeInGB:IntegerVolumeType:String
Properties
Iops-
The number of I/O operations per second (IOPS) that the volume supports. For more information, see Iops for the
EbsBlockDeviceaction in the Amazon EC2 API Reference.Required: No
Type: Integer
SizeInGB-
The volume size, in Gibibytes (GiB). For more information about specifying the volume size, see VolumeSize for the
EbsBlockDeviceaction in the Amazon EC2 API Reference.Required: Yes
Type: Integer
VolumeType-
The volume type, such as
standardorio1. For more information about specifying the volume type, see VolumeType for theEbsBlockDeviceaction in the Amazon EC2 API Reference.Required: Yes
Type: String
