We are having one issue with EMR and Spot instances.
We have clusters in different environment (different AWS accounts) in same region :
- One master node with market type : On Demand
- Two core nodes with market type : Spot
When the spot instances are terminated (over my maximum bids, out of capacity or wathever), the cluster terminate and I've only this message :
All slaves in the job flow were terminated due to Spot
After research, people already had this issues but it was due to a master node with market type Spot, this is not my case :
- AWS EMR Presto Cluster Terminated abruptly Error: All slaves in the job flow were terminated due to Spot (thought this one is curious because it presents an "on-demand" master node in the question but then explain its problem by the termination of the master node)
- AWS EMR Error : All slaves in the job flow were terminated
I tryied to find a response in AWS documentation but its all tell the opposite of what we suspect :the two core nodes termination, terminates the cluster
Regards,