issues with stopping workspaces using spot instance
This is the relevant template sections, pulled mostly from the spot instance example
And this is the logs when the workspace stops
https://pastebin.com/0LruH1FJ
You can see the
aws_ec2_instance_state.dev is destroyed along with the request, but then they are recreated straight away.I’m thinking this is because it is trying to get the instance state to stopped, and not terminated
Any ideas? Or examples of a working AWS spot setup?
