enum SpotAllocationStrategy
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.EmrCreateCluster.SpotAllocationStrategy |
Java | software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.SpotAllocationStrategy |
Python | aws_cdk.aws_stepfunctions_tasks.EmrCreateCluster.SpotAllocationStrategy |
TypeScript (source) | @aws-cdk/aws-stepfunctions-tasks » EmrCreateCluster » SpotAllocationStrategy |
Spot Allocation Strategies.
Specifies the strategy to use in launching Spot Instance fleets. For example, "capacity-optimized" launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.
Members
Name | Description |
---|---|
CAPACITY_OPTIMIZED | Capacity-optimized, which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. |
CAPACITY_OPTIMIZED
Capacity-optimized, which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.