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
{{ message }}
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
We should support running instances using the runInstances method as well as by requesting a spot request. This would enable us to use On-Demand instances and would be nice because all the metadata we need for the internal state tables would already be in the response value from the EC2 api call, which would mostly eliminate the need for the many describeInstances calls which we make.
The text was updated successfully, but these errors were encountered:
We should support running instances using the
runInstances
method as well as by requesting a spot request. This would enable us to use On-Demand instances and would be nice because all the metadata we need for the internal state tables would already be in the response value from the EC2 api call, which would mostly eliminate the need for the manydescribeInstances
calls which we make.The text was updated successfully, but these errors were encountered: