<div dir="ltr">Hi,<div><br></div><div>We are currently using SciDB in the AWS cloud. I am using StarCluster to configure the infrastructure on AWS. With SciDB the compute nodes are required to have the data locally, so every compute node has a data EBS attached. </div><div><br></div><div>The problem that I am having is that StarClusters terminates the node including the EBS volume when they become no-responsive (after 15 minutes). This force us to ingest the data again in the whole cluster.</div><div><br></div><div>I want to change this behaviour so instead of terminating non-responsive nodes it will </div><div>-detach the EBS data volume, </div><div>-terminate the failed EC2, </div><div>-start another EC2,</div><div>-attach the data volume to the new node </div><div>-and add the node to the cluster.</div><div><br></div><div>What is the best approach to modifying StarCluster in this manner? Should I just hack the base code or else?</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Ramon</div></div>