Options
All
  • Public
  • Public/Protected
  • All
Menu

The parameters for a block device mapping in launch template.

see

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateBlockDeviceMappingRequest.html

example
blockDeviceMappings:
- deviceName: /dev/xvda
ebs:
deleteOnTermination: true
encrypted: true
kmsKeyId: key1
- deviceName: /dev/xvdb
ebs:
deleteOnTermination: true
encrypted: true
- deviceName: /dev/xvdc
ebs:
deleteOnTermination: true

Hierarchy

  • BlockDeviceMappingItem

Implements

Index

Constructors

Properties

Constructors

Properties

deviceName: string = ''

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

ebs: undefined | EbsItemConfig = undefined

Parameters used to automatically set up EBS volumes when the instance is launched.

Generated using TypeDoc