SpotFleetAllocationStrategy

class aws_rfdk.deadline.SpotFleetAllocationStrategy(value)

Bases: Enum

The allocation strategy for the Spot Instances in your Spot Fleet determines how it fulfills your Spot Fleet request from the possible Spot Instance pools represented by its launch specifications.

See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-allocation-strategy

Attributes

CAPACITY_OPTIMIZED

Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

DIVERSIFIED

Spot Fleet launches instances from all the Spot Instance pools that you specify.

LOWEST_PRICE

Spot Fleet launches instances from the Spot Instance pools with the lowest price.