Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation
Source:R/ec2_operations.R
ec2_update_interruptible_capacity_reservation_allocation.RdModifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.
See https://www.paws-r-sdk.com/docs/ec2_update_interruptible_capacity_reservation_allocation/ for full documentation.
Usage
ec2_update_interruptible_capacity_reservation_allocation(
CapacityReservationId,
TargetInstanceCount,
DryRun = NULL
)Arguments
- CapacityReservationId
[required] The ID of the source Capacity Reservation containing the interruptible allocation to modify.
- TargetInstanceCount
[required] The new number of instances to allocate. Enter a higher number to add more capacity to share, or a lower number to reclaim capacity to your source Capacity Reservation.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.