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 it be possible (or maybe it is already) to add a PurchasingOption, let's say called something like spot-with-timeout-to-on-demand that first tries to get a spot instance and then, after certain configurable timeout, it falls-back to on-demand?
The text was updated successfully, but these errors were encountered:
When you ask for an amount of EC2 instances through CreateFleet API, you must specify the DefaultTargetCapacityType parameter as spot or on-demand. What can be done is: if an error is raised, repeat EC2 request changing DefaultTargetCapacityType to on-demand. But you can also create 2 partitions, 1 spot em 1 on-demand and a script to move a job that isn't getting a ec2 to the on-demand partition.
Would it be possible (or maybe it is already) to add a
PurchasingOption
, let's say called something likespot-with-timeout-to-on-demand
that first tries to get a spot instance and then, after certain configurable timeout, it falls-back to on-demand?The text was updated successfully, but these errors were encountered: