Spot Instance Request Ephemeral Block Device Args
data class SpotInstanceRequestEphemeralBlockDeviceArgs(val deviceName: Output<String>, val noDevice: Output<Boolean>? = null, val virtualName: Output<String>? = null) : ConvertibleToJava<SpotInstanceRequestEphemeralBlockDeviceArgs>
Constructors
Link copied to clipboard
fun SpotInstanceRequestEphemeralBlockDeviceArgs(deviceName: Output<String>, noDevice: Output<Boolean>? = null, virtualName: Output<String>? = null)
Functions
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}
.