aws.ec2.image.blockDeviceMapping
Supported platform
- aws
Description
Amazon EC2 image block device mapping
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| deviceName | string | Device name (e.g., /dev/sda1, /dev/xvda) |
| virtualName | string | Virtual device name for instance store (ephemeral0, ephemeral1, etc.) |
| noDevice | bool | Whether to suppress this device mapping |
| ebs | aws.ec2.image.ebsBlockDevice | EBS volume configuration (null for instance store volumes) |