So after that EC2 insufficient resources error, the starcluster command listclusters failed -- basically, the security group had been created, but not some of the other relevant data (see below). I had to remove the cluster security group by hand on elastic fox.<br>
<br>daniel-yaminss-macbook-pro:StarCluster dyamins$ starcluster listclusters<br>StarCluster - (<a href="http://web.mit.edu/starcluster">http://web.mit.edu/starcluster</a>)<br>Software Tools for Academics and Researchers (STAR)<br>
Please submit bug reports to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br><br><br>---------------------------------------<br>cluster2 (security group: @sc-cluster2)<br>---------------------------------------<br>
Traceback (most recent call last):<br> File "build/bdist.macosx-10.5-intel/egg/starcluster/cli.py", line 1075, in main<br> sc.execute(args)<br> File "build/bdist.macosx-10.5-intel/egg/starcluster/cli.py", line 432, in execute<br>
cluster.list_clusters(cfg)<br> File "build/bdist.macosx-10.5-intel/egg/starcluster/cluster.py", line 148, in list_clusters<br> print 'Launch time: %s' % master.launch_time<br>AttributeError: 'NoneType' object has no attribute 'launch_time'<br>
<br>cli.py:1098 - ERROR - Oops! Looks like you've found a bug in StarCluster<br>cli.py:1099 - ERROR - Debug file written to: /var/folders/bg/bgz2csGfGV8iJu5gTN+tdU+++TI/-Tmp-/starcluster-debug.log<br>cli.py:1100 - ERROR - Please submit this file, minus any private information,<br>
cli.py:1101 - ERROR - to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br><br>