EbsBlockDevice#

EBS volume description.

Contents#

  • deleteOnTermination — Indicates whether the volume is deleted on instance termination.

    • Type: Boolean

    • Required: No

  • encrypted — Indicates whether the volume is encrypted.

    • Type: Boolean

    • Required: No

  • iops — The number of I/O operations per second supported by the volume.

    • Type: Integer

    • Required: No

  • snapshotId — The ID of the snapshot, from which the volume was created.

    • Type: String

    • Required: No

  • volumeSize — The size of the volume, in GiB.

    • Type: Integer

    • Required: No

  • volumeType — The type of the volume.

    • Type: String

    • Valid values: st2 | gp2 | io2

    • Required: No