Hi,<div><br></div><div>I was really impressed how easy it was to use StarCluster - thanks! :) but I can&#39;t figure out how to work around EC2 security groups to make it work for us.</div><div><br></div><div>We need to be able to mount an NFS share (which is an EBS volume). I understand that StarCluster can attach and share an EBS volume but we already have our EBS volumes attached and used by other nodes. So instead of attaching an EBS volume we need to mount an existing NFS share. Does this make sense? I wonder how many people have a similar set up? (We also need access to our NIS server and possibly other services)</div>
<div><br></div><div>By default, new EC2 security groups have all of the ports closed (except ssh) so one thing I could do is to open the relevant ports at cluster startup. Alternatively, I&#39;d rather not deal with security groups at all. &#39;default&#39; would work fine for us. Unfortunately, it looks like the code assumes that a cluster has its own security group with a certain name. So I guess that&#39;s not an option, right?</div>
<div><br></div><div>If I follow the first approach, I would need to do something like this:</div><div>   ec2-authorize default -p &lt;nfs-port&gt; -o @sc-mycluster</div><div>right? or do I also need to allow access from sc-cluster to default?</div>
<div><br></div><div>Do I need to revoke these permissions when the cluster shuts down or will EC2 take care of that as long as StarCluster deletes the security group (does it?)</div><div><br></div><div>Thanks!</div><div>igor</div>
<div><br></div><div><br></div>