1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<?xml version="1.0" encoding="UTF-8"?>
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
<requestId>0a0c3fc4-1246-463b-b276-2823b5bc38e6</requestId>
<routeTableSet>
<item>
<routeTableId>rtb-2728114e</routeTableId>
<vpcId>vpc-8d2910e4</vpcId>
<routeSet>
<item>
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock>
<gatewayId>local</gatewayId>
<state>active</state>
<origin>CreateRouteTable</origin>
</item>
<item>
<destinationCidrBlock>0.0.0.0/0</destinationCidrBlock>
<gatewayId>igw-6228110b</gatewayId>
<state>active</state>
<origin>CreateRoute</origin>
</item>
</routeSet>
<associationSet>
<item>
<routeTableAssociationId>rtbassoc-822019eb</routeTableAssociationId>
<routeTableId>rtb-2728114e</routeTableId>
<subnetId>subnet-812910e8</subnetId>
</item>
</associationSet>
<propagatingVgwSet/>
<tagSet/>
</item>
<item>
<routeTableId>rtb-8f2910e6</routeTableId>
<vpcId>vpc-8d2910e4</vpcId>
<routeSet>
<item>
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock>
<gatewayId>local</gatewayId>
<state>active</state>
<origin>CreateRouteTable</origin>
</item>
</routeSet>
<associationSet>
<item>
<routeTableAssociationId>rtbassoc-8e2910e7</routeTableAssociationId>
<routeTableId>rtb-8f2910e6</routeTableId>
<main>true</main>
</item>
</associationSet>
<propagatingVgwSet/>
<tagSet/>
</item>
</routeTableSet>
</DescribeRouteTablesResponse>
|