InstanceEphemeralBlockDevice

data class InstanceEphemeralBlockDevice(val deviceName: String, val noDevice: Boolean? = null, val virtualName: String? = null)

Constructors

Link copied to clipboard
constructor(deviceName: String, noDevice: Boolean? = null, virtualName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the block device to mount on the instance.

Link copied to clipboard
val noDevice: Boolean? = null

Suppresses the specified device included in the AMI's block device mapping.

Link copied to clipboard
val virtualName: String? = null

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}.