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
Stop or hibernate each on-demand instance instead of terminating it, and then restart/resume it when a spot instance from the same AZ is being terminated.
This way we'll be able to quickly recover in case the spot instances inadvertently caused any sort of downtime, and also hopefully don't lose any capacity when the spot instances are being terminated.
The text was updated successfully, but these errors were encountered:
@umitseremet currently we just use the usual API calls to detach and terminate instances in Autoscaling groups. This is a graceful termination much like when scaling in.
Github issue
Issue type
Summary
Stop or hibernate each on-demand instance instead of terminating it, and then restart/resume it when a spot instance from the same AZ is being terminated.
This way we'll be able to quickly recover in case the spot instances inadvertently caused any sort of downtime, and also hopefully don't lose any capacity when the spot instances are being terminated.
The text was updated successfully, but these errors were encountered: