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 for Linux Instances.



62310
62311
62312
62313
62314
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62310

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