AWS::EMR::InstanceGroupConfig EbsConfiguration
The Amazon EBS configuration of a cluster instance.
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
-
An array of Amazon EBS volume specifications attached to a cluster instance.
Required: No
Type: Array of EbsBlockDeviceConfig
Update requires: Replacement
EbsOptimized
-
Indicates whether an Amazon EBS volume is EBS-optimized.
Required: No
Type: Boolean
Update requires: Replacement