View a markdown version of this page

AWS::EC2::EC2Fleet ReservedCapacityFallbackOptionsRequest - AWS CloudFormation

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

AWS::EC2::EC2Fleet ReservedCapacityFallbackOptionsRequest

Describes the fallback behavior for an EC2 Fleet that uses reserved capacity when the reserved capacity is not enough to meet the target capacity. If you don't specify fallback options, EC2 Fleet does not fall back to any other market type after the specified reservation types are exhausted.

Syntax

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

JSON

{ "MarketTypes" : [ String, ... ] }

YAML

MarketTypes: - String

Properties

MarketTypes

The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value is on-demand, which launches On-Demand Instances to fulfill the remaining target capacity.

Required: No

Type: Array of String

Allowed values: on-demand

Update requires: Replacement