EC2 Capacity Reservation Fleet

This table represents the EC2 Capacity Reservation Fleet resource from Amazon Web Services.

aws.ec2_capacityreservationfleet

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
allocation_strategycorestringThe strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. For more information, see For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">Allocation strategy</a> in the <i>Amazon EC2 User Guide</i>.
capacity_reservation_fleet_arncorestringThe ARN of the Capacity Reservation Fleet.
capacity_reservation_fleet_idcorestringThe ID of the Capacity Reservation Fleet.
create_timecoretimestampThe date and time at which the Capacity Reservation Fleet was created.
end_datecoretimestampThe date and time at which the Capacity Reservation Fleet expires.
instance_match_criteriacorestringIndicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria. Currently, Capacity Reservation Fleets support <code>open</code> instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.
instance_type_specificationscorejsonInformation about the instance types for which to reserve the capacity.
statecorestringThe state of the Capacity Reservation Fleet. Possible states include: <ul> <li> <code>submitted</code> - The Capacity Reservation Fleet request has been submitted and Amazon Elastic Compute Cloud is preparing to create the Capacity Reservations. </li> <li> <code>modifying</code> - The Capacity Reservation Fleet is being modified. The Fleet remains in this state until the modification is complete. </li> <li> <code>active</code> - The Capacity Reservation Fleet has fulfilled its total target capacity and it is attempting to maintain this capacity. The Fleet remains in this state until it is modified or deleted. </li> <li> <code>partially_fulfilled</code> - The Capacity Reservation Fleet has partially fulfilled its total target capacity. There is insufficient Amazon EC2 to fulfill the total target capacity. The Fleet is attempting to asynchronously fulfill its total target capacity. </li> <li> <code>expiring</code> - The Capacity Reservation Fleet has reach its end date and it is in the process of expiring. One or more of its Capacity reservations might still be active. </li> <li> <code>expired</code> - The Capacity Reservation Fleet has reach its end date. The Fleet and its Capacity Reservations are expired. The Fleet can't create new Capacity Reservations. </li> <li> <code>cancelling</code> - The Capacity Reservation Fleet is in the process of being cancelled. One or more of its Capacity reservations might still be active. </li> <li> <code>cancelled</code> - The Capacity Reservation Fleet has been manually cancelled. The Fleet and its Capacity Reservations are cancelled and the Fleet can't create new Capacity Reservations. </li> <li> <code>failed</code> - The Capacity Reservation Fleet failed to reserve capacity for the specified instance types. </li> </ul>
tagscorehstore
tenancycorestringThe tenancy of the Capacity Reservation Fleet. Tenancies include: <ul> <li> <code>default</code> - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon Web Services accounts. </li> <li> <code>dedicated</code> - The Capacity Reservation Fleet is created on single-tenant hardware that is dedicated to a single Amazon Web Services account. </li> </ul>
total_fulfilled_capacitycorefloat64The capacity units that have been fulfilled.
total_target_capacitycoreint64The total number of capacity units for which the Capacity Reservation Fleet reserves capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a> in the <i>Amazon EC2 User Guide</i>.