<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">Hello, first thank you for creating this amazing product. I'm amazed by how easy it is to set up a working cluster in short order. Thanks!<div class=""><br class=""></div><div class=""><br class=""></div><div class="">I hope that you will be able to give me some advice, since I'm new to both AWS and Starcluster.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">My use-case is to blast (briefly: &nbsp;blast is an alignment search tool) &nbsp;against a large ~150GB read-only reference database. I'm struggling to figure out how to give each of my nodes access to this database while maximizing performance. The shared volume need only be read-only, but write would be nice too.&nbsp;</div><div class=""><br class=""></div><div class="">The default approach seems to be to mount an EBS volume on the master, put the database on there, and then all the nodes access it via NFS. Very straight forward. But I fear performance will be limited either by the EBS itself, or by the network connection between the master and nodes, since many nodes will be accessing the same files at the same time.</div><div class=""><br class=""></div><div class="">Does anyone have advice about the best approach?</div><div class="">My ideas:</div><div class=""><ul class="MailOutline"><li>After starting cluster, copy database to ephemeral storage of each node?</li><li>Create separate EBS volumes for each node starting from a snapshot containing my reference database. But I don't see a way to automate this.</li><li>glusterfs. I saw reference to a glusterfs starcluster plugin a while back, but it doesn't seem to be in the current list of plugins.</li><li>s3fs. But is random access within a file poor? Even with caching turned on?</li><li>Stick with default approach (nfs share a volume), but provision the headnode for faster networking? Provisioned IOPS EBS volumes? Any other simple optimizations?</li></ul><div><br></div><div><br></div><div><br></div><div>I really appreciate any help.</div></div><div class="">Thanks,</div><div class="">Cedar</div><div class=""><br></div><div class=""><br></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>