AWSEC2FleetSpotCapacityRebalance
Objective-C
@interface AWSEC2FleetSpotCapacityRebalance
Swift
class AWSEC2FleetSpotCapacityRebalance
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
-
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for an existing Spot Instance in the fleet, specify
launch
. Only available for fleets of typemaintain
.When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for both instances while they are running.
Declaration
Objective-C
@property (nonatomic) AWSEC2FleetReplacementStrategy replacementStrategy;
Swift
var replacementStrategy: AWSEC2FleetReplacementStrategy { get set }