Courseiva
Network DesignmediumMultiple ChoiceObjective-mapped

ANS-C01 Network Design Practice Question

Network Topology
$ aws ec2 describe-route-tablesroute-table-ids rtb-12345Refer to the exhibit.```"RouteTables": ["RouteTableId": "rtb-12345","VpcId": "vpc-1111","Routes": ["DestinationCidrBlock": "10.0.0.0/16","GatewayId": "local"},"DestinationCidrBlock": "0.0.0.0/0","NatGatewayId": "nat-12345""DestinationCidrBlock": "10.1.0.0/16","VpcPeeringConnectionId": "pcx-12345"],"Associations": ["SubnetId": "subnet-aaa","RouteTableAssociationId": "rtbassoc-1111"

A network engineer is troubleshooting connectivity between a VPC (10.0.0.0/16) and a peered VPC (10.1.0.0/16). The route table shown is associated with subnet-aaa. An EC2 instance in subnet-aaa cannot reach an instance in the peered VPC. What is the issue?

⚠ Common exam trap

AWS often tests the misconception that simply adding a route to the peered VPC's CIDR in the route table is sufficient for connectivity, but the trap here is that the VPC peering connection must be in the 'active' state; otherwise, the route is a black hole and traffic will not flow.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The VPC peering connection is not in the 'active' state

A VPC peering connection must be in the 'active' state for traffic to flow between the VPCs. If the peering connection is in any other state (e.g., 'pending-acceptance', 'expired', 'failed', or 'deleted'), the route to the peered VPC's CIDR will be considered a black hole, and the EC2 instance in subnet-aaa will be unable to reach the instance in the peered VPC. The route table shown includes a route for 10.1.0.0/16 pointing to the peering connection, but the connection's state must be verified as 'active' for the route to be effective.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The route to the peered VPC's CIDR is missing

    Why it's wrong here

    The route to 10.1.0.0/16 via the peering connection is present.

  • The route table does not have a route to an Internet Gateway

    Why it's wrong here

    Internet access is not required for VPC peering communication; the route to NAT gateway is for internet, not peering.

  • The route table is not associated with the correct subnet

    Why it's wrong here

    The exhibit shows an association with subnet-aaa, so it is associated.

  • The VPC peering connection is not in the 'active' state

    Why this is correct

    If the peering connection is pending or rejected, traffic will not flow even though the route exists.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

AAA Protocol Comparison

ProtocolPort(s)EncryptionTransportPrimary Use
RADIUS1812 / 1813Password onlyUDPNetwork access control
TACACS+49Full packetTCPDevice administration
Diameter3868Full sessionTCP / SCTPCarrier / mobile networks
802.1XEAP-basedLayer 2Port-based access control

TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.

About these practice questions

Courseiva writes every ANS-C01 question from scratch — 1,621 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ANS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ANS-C01 exam.