View a markdown version of this page

EphemeralBlockDeviceMapping - Amazon Bedrock AgentCore Control Plane

EphemeralBlockDeviceMapping

A block device mapping for an ephemeral EBS volume.

Contents

deviceName

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9/._-]+

Required: No

ebs

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

Type: EphemeralEBSVolumeConfiguration object

Required: No

virtualName

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: ephemeral[0-9]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: