Enumeration BatchAllocationStrategyConst

Enum for Allocation Strategy: Best - Best Fit Progressive: AWS Batch selects additional instance types that are large enough to meet the requirements of the jobs. Instance types with a lower cost for each unit vCPU are preferred. Spot - Spot Capacity Optimized: AWS Batch selects one or more instance types that are large enough to meet the requirements of the jobs in the queue. Instance types that are less likely to be interrupted are preferred. This allocation strategy is only available for Spot Instance compute resources.

Enumeration Members

Enumeration Members

BEST: "BEST_FIT_PROGRESSIVE"
SPOT: "SPOT_CAPACITY_OPTIMIZED"