How to change allocation strategies for existing aws batch compute environments

0

Hi, I would like to Change the AWS Batch's default compute environment from 'BEST_FIT' allocation strategy to 'BEST_FIT_PROGRESSIVE' for existing environments. i am not finding the options in aws console. please help!

asked a year ago526 views
2 Answers
0

As shown in the following document, it is not possible to change the setting if "BEST_FIT" is selected.
https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html

Allocation strategy (allocationStrategy, must be either BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. If the original allocation strategy is BEST_FIT, infrastructure updates aren't supported.)

profile picture
EXPERT
answered a year ago
0

As per the documentation we can't change the Allocation strategy of the existing Batch Compute Environments. https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html

Allocation strategy (allocationStrategy, must be either BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. If the original allocation strategy is BEST_FIT, infrastructure updates aren't supported.)

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions