StarCluster - Mailing List Archive

No route to 0.0.0.0/0

From: Chad Nicely <no email>
Date: Thu, 21 Apr 2016 11:18:47 -0700

I'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 0.0.0.0/0), but I'm still getting the error "No
route to 0.0.0.0/0 found for subnet".

The associated route table looks like this, and I've triple checked all ids
and associations:

{
    "RouteTables": [
        {
            "Associations": [
                {
                    "RouteTableAssociationId": "rtbassoc-xxxxxxxx",
                    "Main": true,
                    "RouteTableId": "rtb-yyyyyyyy"
                }
            ],
            "RouteTableId": "rtb-yyyyyyyy",
            "VpcId": "vpc-aaaaaaaa",
            "PropagatingVgws": [],
            "Tags": [],
            "Routes": [
                ...
                {
                    "GatewayId": "igw-bbbbbbbb",
                    "DestinationCidrBlock": "0.0.0.0/0",
                    "State": "active",
                    "Origin": "CreateRoute"
                }
            ]
        }
    ]
}

I'm running starcluster v0.95.6. Any ideas?
Received on Thu Apr 21 2016 - 14:18:50 EDT
This archive was generated by hypermail 2.3.0.

Search:

Sort all by:

Date

Month

Thread

Author

Subject