| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Describe an Amazon EBS block device.
snapshotIdThe ID of the snapshot.
Type: String
volumeSizeThe size of the volume, in GiB.
Type: Integer
Valid values: If the volume type is io1, the minimum size of the volume is 10 GiB.
Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.
deleteOnTerminationWhether the Amazon EBS volume is deleted on instance termination.
Type: Boolean
volumeTypeThe volume type.
Type: String
Valid values: standard | io1
Default: standard
iopsThe number of I/O operations per second (IOPS) that the volume supports.
Type: Integer
Valid values: Range is 100 to 4000.
Default: None
Condition: Required when the volume type is io1; not used with standard volumes.