Instance Ephemeral Block Device Args
data class InstanceEphemeralBlockDeviceArgs(val deviceName: Output<String>, val noDevice: Output<Boolean>? = null, val virtualName: Output<String>? = null) : ConvertibleToJava<InstanceEphemeralBlockDeviceArgs>
Properties
Link copied to clipboard
Name of the block device to mount on the instance.
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}
.