<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi All,
<div><br>
</div>
<div>I’m having a new problem with Starcluster 0.95.4 while launching clusters without spot enabled *and* the master instance is a different size from the execution host (in this case the master is m3.medium and the execution hosts are set to m3.2xlarge) *and*
 with only when cluster size =1, master only. I have already successfully launched three spot enabled clusters up with the exact same configuration in 0.95.4 but now need to create another cluster that will be on-demand only for users submitting jobs that must
 not be interrupted by fluctuations in the spot market.&nbsp;</div>
<div><br>
</div>
<div>I’ve pasted the output during failure below. If I simply enable spot the error does not occur *or* if I set cluster size from 1 to 2 (which adds a single compute/execution instance in addition to the master) the problem does not occur. I’ve created a completely
 fresh configuration to make sure it wasn’t some weird formatting issue.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>John</div>
<div><br>
</div>
<div><br>
</div>
<div>&gt;&gt;&gt; Using default cluster template: ondemand<br>
&gt;&gt;&gt; Validating cluster template settings...<br>
&gt;&gt;&gt; Cluster template settings are valid<br>
&gt;&gt;&gt; Starting cluster...<br>
&gt;&gt;&gt; Launching a 1-node cluster...<br>
&gt;&gt;&gt; Creating security group @sc-new5...<br>
Reservation:r-97d0929e<br>
!!! ERROR - InvalidParameterValue: Minimum instance count must be greater than zero<br>
Traceback (most recent call last):<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cli.py&quot;, line 274, in main<br>
&nbsp; &nbsp;&nbsp;sc.execute(args)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/commands/start.py&quot;, line 244, in execute<br>
&nbsp; &nbsp;&nbsp;validate_running=validate_running)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cluster.py&quot;, line 1626, in start<br>
&nbsp; &nbsp;&nbsp;return self._start(create=create, create_only=create_only)<br>
&nbsp;&nbsp;File &quot;&lt;string&gt;&quot;, line 2, in _start<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/utils.py&quot;, line 112, in wrap_f<br>
&nbsp; &nbsp;&nbsp;res = func(*arg, **kargs)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cluster.py&quot;, line 1641, in _start<br>
&nbsp; &nbsp;&nbsp;self.create_cluster()<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cluster.py&quot;, line 1163, in create_cluster<br>
&nbsp; &nbsp;&nbsp;self._create_flat_rate_cluster()<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cluster.py&quot;, line 1196, in _create_flat_rate_cluster<br>
&nbsp; &nbsp;&nbsp;force_flat=True)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/cluster.py&quot;, line 966, in create_nodes<br>
&nbsp; &nbsp;&nbsp;resvs.append(self.ec2.request_instances(image_id, **kwargs))<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/awsutils.py&quot;, line 523, in request_instances<br>
&nbsp; &nbsp;&nbsp;**shared_kwargs)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/starcluster/awsutils.py&quot;, line 624, in run_instances<br>
&nbsp; &nbsp;&nbsp;return self.conn.run_instances(image_id, **kwargs)<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/boto/ec2/connection.py&quot;, line 935, in run_instances<br>
&nbsp; &nbsp;&nbsp;verb='POST')<br>
&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/boto/connection.py&quot;, line 1177, in get_object<br>
&nbsp; &nbsp;&nbsp;raise self.ResponseError(response.status, response.reason, body)<br>
EC2ResponseError: EC2ResponseError: 400 Bad Request<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;Response&gt;&lt;Errors&gt;&lt;Error&gt;&lt;Code&gt;<b>InvalidParameterValue&lt;/Code&gt;&lt;Message&gt;Minimum instance count must be greater than&nbsp;zero</b>&lt;/Message&gt;&lt;/Error&gt;&lt;/Errors&gt;&lt;RequestID&gt;08116944-4d1c-4e14-96c7-cdd485a06152&lt;/RequestID&gt;&lt;/Response&gt;</div>
<div><br>
</div>
</body>
</html>