Spot Instance Request Ephemeral Block Device
data class SpotInstanceRequestEphemeralBlockDevice(val deviceName: String, val noDevice: Boolean? = null, val virtualName: String? = null)
Constructors
Link copied to clipboard
fun SpotInstanceRequestEphemeralBlockDevice(deviceName: String, noDevice: Boolean? = null, virtualName: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Instance Store Device Name (e.g., ephemeral0
). Each AWS Instance type has a different set of Instance Store block devices available for attachment. AWS publishes a list of which ephemeral devices are available on each type. The devices are always identified by the virtual_name
in the format ephemeral{0..N}
.