AWS::EMR::Cluster EbsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EMR::Cluster EbsConfiguration

EbsConfiguration is a subproperty of InstanceFleetConfig or InstanceGroupConfig. EbsConfiguration determines the EBS volumes to attach to EMR cluster instances.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "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: No interruption

EbsOptimized

Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.

Required: No

Type: Boolean

Update requires: No interruption