This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::CapacityReservation CapacityAllocation
Information about instance capacity usage for a Capacity Reservation.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AllocationType" :String, "Count" :Integer}
YAML
AllocationType:StringCount:Integer
Properties
AllocationType-
The usage type.
usedindicates that the instance capacity is in use by instances that are running in the Capacity Reservation.Required: No
Type: String
Allowed values:
usedUpdate requires: No interruption
Count-
The amount of instance capacity associated with the usage. For example a value of
4indicates that instance capacity for 4 instances is currently in use.Required: No
Type: Integer
Update requires: No interruption