Amazon Elastic Compute Cloud SpotFleet BlockDeviceMappings
BlockDeviceMappings is a property of the Amazon Elastic Compute Cloud SpotFleet LaunchSpecifications property that defines the block devices that are mapped to an instance.
Syntax
JSON
{ "DeviceName" :String, "Ebs" :EBSBlockDevice, "NoDevice" :Boolean, "VirtualName" :String}
YAML
DeviceName:StringEbs:EBSBlockDeviceNoDevice:BooleanVirtualName:String
Properties
DeviceName-
The name of the device within the EC2 instance, such as
/dev/dshorxvdh.Required: Yes
Type: String
Ebs-
The Amazon Elastic Block Store (Amazon EBS) volume information.
Required: Conditional You can specify either the
VirtualNameorEbs, but not both. NoDevice-
Suppresses the specified device that is included in the block device mapping of the Amazon Machine Image (AMI).
Required: No
Type: Boolean
VirtualName-
The name of the virtual device. The name must be in the form
ephemeralwhereXXis a number equal to or greater than zero (0), for example,ephemeral0.Required: Conditional You can specify either the
VirtualNameorEbs, but not both.Type: String
