You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like have a flag that optionally sorts the instances as per the list of allowed instance types, instead of the price (cheapest) like in the current implementation.
This will also allow us to have diversified instance types in single ASG.
The text was updated successfully, but these errors were encountered:
This is related to #263.
For this, there would be a need to order the instances in some way, after retrieving the list of allowed instances.
One could randomize the order of the instances (below a certain cost threshold) for every run and then attempt to launch from this. A more deliberate sorting by some criterion would be nice, too.
All in all this basically boils down to having diverse launch candidate list generation strategies. Would need some work to enable configuration of which strategy to use, too.
I'm happy to take PR's on top of #306 and discuss them.
Summary
Would like have a flag that optionally sorts the instances as per the list of allowed instance types, instead of the price (cheapest) like in the current implementation.
This will also allow us to have diversified instance types in single ASG.
The text was updated successfully, but these errors were encountered: