Amazon EMR InstanceFleetConfig EbsConfiguration
Use
the EbsConfiguration property
to
specify
the Amazon EBS configuration of an Amazon EMR fleet instance. EbsConfiguration is a
subproperty of the Amazon EMR InstanceFleetConfig InstanceTypeConfig
property.
Note
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EbsBlockDeviceConfigs" : [ EbsBlockDeviceConfig, ...], "EbsOptimized" :Boolean}
YAML
EbsBlockDeviceConfigs: - EbsBlockDeviceConfig EbsOptimized:Boolean
Properties
EbsBlockDeviceConfigs-
A list of Amazon EBS volume specifications that are attached to an instance. Duplicates not allowed.
Required: No
Type: List of Amazon EMR InstanceFleetConfig EbsBlockDeviceConfig
Update requires: Replacement
EbsOptimized-
Indicates whether an Amazon EBS volume is EBS-optimized.
Required: No
Type: Boolean
Update requires: Replacement
