Check for spot instance interruption warning before scheduling jobs
In order to work cost-efficiently I want to use the plugin with a fleet of spot instances. In order to minimize jobs being terminated instantly on spot instance termination, the plugin should check the following things:
- Check if the ASG of a runner uses spot instances
- If so, check if there is a spot instance interruption warning and only use the instance if there is none.
Edited by Thomas Krause