View source: R/ec2_operations.R
ec2_modify_spot_fleet_request | R Documentation |
Modifies the specified Spot Fleet request.
See https://www.paws-r-sdk.com/docs/ec2_modify_spot_fleet_request/ for full documentation.
ec2_modify_spot_fleet_request(
LaunchTemplateConfigs = NULL,
OnDemandTargetCapacity = NULL,
Context = NULL,
SpotFleetRequestId,
TargetCapacity = NULL,
ExcessCapacityTerminationPolicy = NULL
)
LaunchTemplateConfigs |
The launch template and overrides. You can only use this parameter if
you specified a launch template ( |
OnDemandTargetCapacity |
The number of On-Demand Instances in the fleet. |
Context |
Reserved. |
SpotFleetRequestId |
[required] The ID of the Spot Fleet request. |
TargetCapacity |
The size of the fleet. |
ExcessCapacityTerminationPolicy |
Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet. Supported only for fleets of type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.