AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ModifyFleet operation. Modifies the specified EC2 Fleet.
You can only modify an EC2 Fleet request of type maintain
.
While the EC2 Fleet is being modified, it is in the modifying
state.
To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the
additional Spot Instances according to the allocation strategy for the EC2 Fleet request.
If the allocation strategy is lowest-price
, the EC2 Fleet launches instances
using the Spot Instance pool with the lowest price. If the allocation strategy is
diversified
, the EC2 Fleet distributes the instances across the Spot Instance
pools. If the allocation strategy is capacity-optimized
, EC2 Fleet launches
instances from Spot Instance pools with optimal capacity for the number of instances
that are launching.
To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels
any open requests that exceed the new target capacity. You can request that the EC2
Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new
target capacity. If the allocation strategy is lowest-price
, the EC2 Fleet
terminates the instances with the highest price per unit. If the allocation strategy
is capacity-optimized
, the EC2 Fleet terminates the instances in the Spot Instance
pools that have the least available Spot Instance capacity. If the allocation strategy
is diversified
, the EC2 Fleet terminates instances across the Spot Instance
pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current
size, but not replace any Spot Instances that are interrupted or that you terminate
manually.
If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyFleetRequest : AmazonEC2Request IAmazonWebServiceRequest
The ModifyFleetRequest type exposes the following members
Name | Description | |
---|---|---|
ModifyFleetRequest() |
Name | Type | Description | |
---|---|---|---|
Context | System.String |
Gets and sets the property Context. Reserved. |
|
ExcessCapacityTerminationPolicy | Amazon.EC2.FleetExcessCapacityTerminationPolicy |
Gets and sets the property ExcessCapacityTerminationPolicy. Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
Supported only for fleets of type |
|
FleetId | System.String |
Gets and sets the property FleetId. The ID of the EC2 Fleet. |
|
LaunchTemplateConfigs | System.Collections.Generic.List<Amazon.EC2.Model.FleetLaunchTemplateConfigRequest> |
Gets and sets the property LaunchTemplateConfigs. The launch template and overrides. |
|
TargetCapacitySpecification | Amazon.EC2.Model.TargetCapacitySpecificationRequest |
Gets and sets the property TargetCapacitySpecification. The size of the EC2 Fleet. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5