Master enterprise-grade AWS networking: VPC CIDR design, Transit Gateway, Cloud WAN, Direct Connect, PrivateLink, Network Firewall, Gateway Load Balancer, Route 53 Resolver, and Reachability Analyzer. 60 specialty-level scenario questions — the hardest networking exam in the AWS catalog.
| Field | Details |
|---|---|
| Exam Code | ANS-C01 |
| Questions | 65 multiple-choice and multiple-response |
| Duration | 170 minutes |
| Passing Score | 750 / 1000 |
| Price | $300 USD |
| Recertification | Every 3 years |
| Recommended Experience | 5+ years networking, 2+ years AWS networking |
| Prerequisites | None formal; AWS SAA-C03 recommended |
Transit Gateway is region-scoped with manual route table design; ideal for up to roughly 10–20 VPCs in a single region. Cloud WAN provides a global core network with declarative policy (segments, routing, sharing) built for enterprise-scale multi-region architectures with hundreds of VPCs across continents. Cloud WAN automatically handles TGW peering under the hood. If the scenario says "global backbone with policy-as-code" it's Cloud WAN; if it says "hub-and-spoke in one region with custom route tables" it's TGW.
GWLB inserts inline security appliances (3rd-party NGFWs, IDS/IPS) into the traffic path using GENEVE encapsulation on port 6081. The pattern: traffic enters via a GWLB endpoint in the spoke VPC → GWLB → appliance fleet → back to GWLB → destination. Appliances are fully transparent (no IP-level changes) and scale horizontally behind a target group. Critical for east-west and north-south inspection without re-architecting applications or rewriting source IPs.
Gateway Endpoints: free, S3 and DynamoDB only, configured by adding a prefix-list route to the VPC route table. Interface Endpoints (PrivateLink): $0.01/hour/AZ plus per-GB, backed by an ENI with a private DNS hostname, supports nearly every other AWS service. VPC Endpoint Services: expose your own NLB-fronted service across accounts via PrivateLink (producer/consumer), ideal for SaaS providers selling into customer VPCs.
instance or ip target types preserves the client IP by default. But with target type ip behind PrivateLink, the client IP is NOT preserved unless you explicitly enable preserve_client_ip on the target group. NLB with target type ALB (NLB fronting an ALB) always preserves. This distinction is a classic exam trap.
Many engineers take SAA-C03 first to build the AWS foundation, then ANS-C01 as a specialty once they have real-world AWS networking responsibility. Specialty exams do not require any prerequisite but expect associate-level fluency.
60 scenario-based questions covering all 4 ANS-C01 exam domains. Immediate feedback with detailed explanations. No signup, no paywall.
AWS ANS-C01 exam tips on the CertQuests podcast →