AwsRootVolume interface

The root volume an AWS node is launched with. The device name is the AMI’s business, not the caller’s.

Signature:

export interface AwsRootVolume

Properties

Property Type Description

iops?

number

(Optional) Provisioned IOPS, for the types that take one (gp3, io1, io2).

sizeGib

number

Size in GiB.

volumeType?

AwsEbsVolumeType

(Optional) Defaults to "gp2".