Skip to content

Bedrock Agentcore Control  >  Structures  >  EphemeralBlockDeviceMapping

EphemeralBlockDeviceMapping

Structure Class

EphemeralBlockDeviceMapping dataclass

A block device mapping for an instance store (ephemeral) volume.

Attributes

device_name class-attribute instance-attribute
device_name: str | None = None

The device name, for example /dev/sdh or xvdh.

ebs class-attribute instance-attribute

The shared Amazon EBS performance and encryption properties for a volume. These properties are common across the different volume configurations for a capacity provider.

virtual_name class-attribute instance-attribute
virtual_name: str | None = None

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.