ReconfigureIO / platform

The backend of app.reconfigure.io
1 stars 1 forks source link

Avoid passing empty instance IDs to DescribeInstanceStatus #309

Closed pwaller closed 5 years ago

pwaller commented 5 years ago

Prevent this by building a list of instances which we believe are running and have non-empty instance IDs.

We currently believe that this is part of the root cause of #307.

MissingParameter: The request must contain the parameter SpotInstanceRequestId

For now we're going to test this in production. We should think about what needs testing and do it before marking the issue as resolved.

Updates #307.