AWS::EC2::CapacityReservation CapacityAllocation - 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::EC2::CapacityReservation CapacityAllocation

Information about instance capacity usage for a Capacity Reservation.

Syntax

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

JSON

{ "AllocationType" : String, "Count" : Integer }

YAML

AllocationType: String Count: Integer

Properties

AllocationType

The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

Required: No

Type: String

Allowed values: used

Update requires: No interruption

Count

The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.

Required: No

Type: Integer

Update requires: No interruption