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
In fix-instance-id.sh, we could call reboot-instances EC2 command instead of stop/start. Stopping while the host is under a persistent spot request can cause a race condition with AWS trying to restart it for you.
Also, if the host is set to "terminate on stop" outside of our script's happy path, then that stop command will inadvertently terminate it.
The text was updated successfully, but these errors were encountered:
In fix-instance-id.sh, we could call reboot-instances EC2 command instead of stop/start. Stopping while the host is under a persistent spot request can cause a race condition with AWS trying to restart it for you.
Also, if the host is set to "terminate on stop" outside of our script's happy path, then that stop command will inadvertently terminate it.
The text was updated successfully, but these errors were encountered: