AWS::EMR::Cluster OnDemandProvisioningSpecification - 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 OnDemandProvisioningSpecification

The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.

Note

The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.

Syntax

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

Properties

AllocationStrategy

Specifies the strategy to use in launching On-Demand instance fleets. Available options are lowest-price and prioritized. lowest-price specifies to launch the instances with the lowest price first, and prioritized specifies that Amazon EMR should launch the instances with the highest priority first. The default is lowest-price.

Required: Yes

Type: String

Allowed values: lowest-price | prioritized

Update requires: No interruption

CapacityReservationOptions

The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.

Required: No

Type: OnDemandCapacityReservationOptions

Update requires: No interruption