<div dir="ltr">Thanks, Rayson.<div><br></div><div>Explicitly associating the subnet to the main route table did the trick. All of our other VPCs are set up with an explicit association, which explains the difference.</div><div><br></div><div>The requirement *not* to use the main route table would be a great addition to the docs.</div><div><br></div><div>Cheers!</div><div><br></div><div>Chad</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 21, 2016 at 10:02 PM, Rayson Ho <span dir="ltr">&lt;<a href="mailto:raysonlogin@gmail.com" target="_blank">raysonlogin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Chad,<div><br></div><div>What you&#39;ve shown is a &quot;Main&quot; route table, which is implicitly associated with all subnets without route table association in the VPC.<br><br>The quickest way to fix it is to go to the VPC &quot;Subnets&quot; page of the AWS console, then &quot;Route Table&quot;, &quot;Edit&quot;, and select the main route table again so that it changes from implicit to *explicit* route table association.<br><br>The StarCluster code can be changed to handle implicit route table association when it is validating the subnet for IGW &amp; <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> route accesses. However, in general it is a good practice to not have IGW access by default for all subnets without route table association. (That is, it is better to NOT have access and the VPC admin gives the subnet IGW access rather than taking away access when security is needed.)</div><div><br>Rayson<br><br>==================================================<br>Open Grid Scheduler - The Official Open Source Grid Engine<br><a href="http://gridscheduler.sourceforge.net/" target="_blank">http://gridscheduler.sourceforge.net/</a><br><a href="http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html" target="_blank">http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html</a><div><div class="h5"><br><br><br>On Thu, Apr 21, 2016 at 2:18 PM, Chad Nicely &lt;<a href="mailto:chad.nicely@helix.com" target="_blank">chad.nicely@helix.com</a>&gt; wrote:<br>&gt;<br>&gt; I&#39;m trying to launch starcluster instances into a subnet in a non-default VPC which satisfies the documented requirements (internet gateway attached to the VPC and a route to <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>), but I&#39;m still getting the error &quot;No route to <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> found for subnet&quot;.<br>&gt;<br>&gt; The associated route table looks like this, and I&#39;ve triple checked all ids and associations:<br>&gt;<br>&gt; {<br>&gt;     &quot;RouteTables&quot;: [<br>&gt;         {<br>&gt;             &quot;Associations&quot;: [<br>&gt;                 {<br>&gt;                     &quot;RouteTableAssociationId&quot;: &quot;rtbassoc-xxxxxxxx&quot;, <br>&gt;                     &quot;Main&quot;: true, <br>&gt;                     &quot;RouteTableId&quot;: &quot;rtb-yyyyyyyy&quot;<br>&gt;                 }<br>&gt;             ], <br>&gt;             &quot;RouteTableId&quot;: &quot;rtb-yyyyyyyy&quot;, <br>&gt;             &quot;VpcId&quot;: &quot;vpc-aaaaaaaa&quot;, <br>&gt;             &quot;PropagatingVgws&quot;: [], <br>&gt;             &quot;Tags&quot;: [], <br>&gt;             &quot;Routes&quot;: [<br>&gt;                 ...<br>&gt;                 {<br>&gt;                     &quot;GatewayId&quot;: &quot;igw-bbbbbbbb&quot;, <br>&gt;                     &quot;DestinationCidrBlock&quot;: &quot;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>&quot;, <br>&gt;                     &quot;State&quot;: &quot;active&quot;, <br>&gt;                     &quot;Origin&quot;: &quot;CreateRoute&quot;<br>&gt;                 }<br>&gt;             ]<br>&gt;         }<br>&gt;     ]<br>&gt; }<br>&gt;<br>&gt; I&#39;m running starcluster v0.95.6. Any ideas?<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; StarCluster mailing list<br>&gt; <a href="mailto:StarCluster@mit.edu" target="_blank">StarCluster@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>&gt;<br></div></div>
</blockquote></div><br></div>