nixops-aws icon indicating copy to clipboard operation
nixops-aws copied to clipboard

Cannot destroy spot instance request

Open grahamc opened this issue 8 years ago • 0 comments

I'm getting this error when trying to destroy a spot instance request:

hydra-builder-40......> cancelling spot instance request ‘sir-ex1g53fg’... error: EC2ResponseError: 400 Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>InvalidSpotInstanceRequestID.NotFound</Code><Message>The spot instance request ID 'sir-ex1g53fg' does not exist</Message></Error></Errors><RequestID>14d327fb-390a-45c2-b35f-7e813f457d6c</RequestID></Response>

Note that before this, I got this error: https://github.com/NixOS/nixops/blob/121bdc218c050884305375758f5749b311d1f0b8/nixops/backends/ec2.py#L725

grahamc avatar Oct 04 '16 11:10 grahamc