Creates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation
Source:R/ec2_operations.R
ec2_create_interruptible_capacity_reservation_allocation.RdCreates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation. This helps you make unused capacity available for other workloads within your account while maintaining control to reclaim it.
See https://www.paws-r-sdk.com/docs/ec2_create_interruptible_capacity_reservation_allocation/ for full documentation.
Usage
ec2_create_interruptible_capacity_reservation_allocation(
CapacityReservationId,
InstanceCount,
ClientToken = NULL,
DryRun = NULL,
TagSpecifications = NULL
)Arguments
- CapacityReservationId
[required] The ID of the source Capacity Reservation from which to create the interruptible Capacity Reservation. Your Capacity Reservation must be in active state with no end date set and have available capacity for allocation.
- InstanceCount
[required] The number of instances to allocate from your source reservation. You can only allocate available instances (also called unused capacity).
- ClientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
The tags to apply to the interruptible Capacity Reservation during creation.