ANS-C01 • Practice Test 35
Free ANS-C01 practice test — 15 questions with explanations. Set 35. No signup required.
Refer to the exhibit. A subnet is created in VPC vpc-abcde but no explicit route table association is set. What is the default route for internet-bound traffic from this subnet?
Refer to the exhibit.
AWS CLI output:
{
"RouteTables": [
{
"Associations": [
{
"Main": true,
"RouteTableId": "rtb-12345",
"SubnetId": null
}
],
"Routes": [
{
"DestinationCidrBlock": "10.0.0.0/16",
"GatewayId": "local",
"Origin": "CreateRouteTable",
"State": "active"
},
{
"DestinationCidrBlock": "0.0.0.0/0",
"NatGatewayId": "nat-67890",
"Origin": "CreateRoute",
"State": "active"
}
],
"RouteTableId": "rtb-12345",
"VpcId": "vpc-abcde"
}
]
}