Class: Aws::EC2::Types::SpotMaintenanceStrategies

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_rebalanceTypes::SpotCapacityRebalance

The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide.



66955
66956
66957
66958
66959
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66955

class SpotMaintenanceStrategies < Struct.new(
  :capacity_rebalance)
  SENSITIVE = []
  include Aws::Structure
end