NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
46 stars 20 forks source link

Enable Spot Instances on AWS #754

Closed brianlball closed 7 months ago

brianlball commented 7 months ago

To make spot instances viable on AWS, a requeuing method is needed so that jobs that are about to be killed, can get put back in the simulation queue cleanly. Otherwise, the analysis will hang waiting on a job to complete that isnt there anymore.

A polling method is also needed to check the AWS IMDSv2 metadata service and trigger the requeuing when termination notification is given.