Amazon Elastic Compute Cloud SpotFleet Ebs
Ebs is a property of the Amazon Elastic Compute Cloud SpotFleet BlockDeviceMappings property that defines a block device for an Amazon Elastic Block Store (Amazon EBS)
volume.
Syntax
JSON
{ "DeleteOnTermination" :Boolean, "Encrypted" :Boolean, "Iops" :Integer, "SnapshotId" :String, "VolumeSize" :Integer, "VolumeType" :String}
YAML
DeleteOnTermination:BooleanEncrypted:BooleanIops:IntegerSnapshotId:StringVolumeSize:IntegerVolumeType:String
Properties
DeleteOnTermination-
Indicates whether to delete the volume when the instance is terminated.
Required: No
Type: Boolean
Encrypted-
Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS volumes can be attached only to instances that support Amazon EBS encryption.
Required: No
Type: Boolean
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
SnapshotId-
The snapshot ID of the volume that you want to use. If you specify both the
SnapshotIdandVolumeSizeproperties,VolumeSizemust be equal to or greater than the size of the snapshot.Required: No
Type: String
VolumeSize-
The volume size, in Gibibytes (GiB). If you specify both the
SnapshotIdandVolumeSizeproperties,VolumeSizemust be equal to or greater than the size of the snapshot. For more information about specifying the volume size, see VolumeSize for theEbsBlockDeviceaction in the Amazon EC2 API Reference.Required: No
Type: Integer
VolumeType-
The volume type. For more information about specifying the volume type, see VolumeType for the
EbsBlockDeviceaction in the Amazon EC2 API Reference.Required: No
Type: String
