1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
Check out this blog post, https://aws.amazon.com/blogs/compute/implementing-interruption-tolerance-in-amazon-ec2-spot-with-aws-fault-injection-simulator/
Relevant content
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 years ago

I had seen that, but it didn't seem to be working. From the Spot Request page there is a Action that you can take called Initiate interruption which seemed like it should work, but I wasn't getting the rebalance event. I think it might be cause it's hardcoded to 2 minutes in the Action ( which honestly makes sense and probably should work ) but the link above says it needs to be set to OVER 2 minutes. That honestly seems like a bug, since there doesn't seem to be much use to setting the value to 2 minutes. If the action option was set to 3 minutes I would have saved a number of hours : ) But I'm going to mark this as the answer since it has my comment. Thanks.