aws-cdk-lib.aws_stepfunctions_tasks.EmrCreateCluster.SpotAllocationStrategy

enum SpotAllocationStrategy

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.EmrCreateCluster.SpotAllocationStrategy
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#EmrCreateCluster_SpotAllocationStrategy
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.SpotAllocationStrategy
Pythonaws_cdk.aws_stepfunctions_tasks.EmrCreateCluster.SpotAllocationStrategy
TypeScript (source)aws-cdk-lib » 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.

See also: https://docs.aws.amazon.com/emr/latest/APIReference/API_SpotProvisioningSpecification.html

Members

NameDescription
CAPACITY_OPTIMIZEDCapacity-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.