Study ANS-C01 network design for edge services, DNS, load balancing, observability, hybrid routing, Direct Connect, VPN, Transit Gateway, PrivateLink, VPC sharing, and multi-Region connectivity.
This domain is where ANS-C01 tests whether you can design the path before you troubleshoot it. Expect hybrid connectivity, routing domains, DNS decisions, segmentation, cross-Region patterns, and observability requirements rather than isolated service trivia.
As of May 17, 2026, the current AWS ANS-C01 domain page breaks Network Design into six task areas:
That split matters because many ANS-C01 questions mention VPCs, Route 53, or Transit Gateway while really testing a narrower design objective such as edge entry, DNS behavior, private hybrid routing, or multi-Region segmentation.
AWS currently weights this domain at 30% of scored content, making it the largest ANS-C01 area.
Network Design questions usually start with a business requirement and ask for a network shape. Before choosing a service, identify the primary design lane.
| Requirement in the stem | Design lane | Strong first question |
|---|---|---|
| Global users, public entry, static IPs, DDoS path, or internet performance | Edge network services | Is the need cacheable HTTP delivery, static Anycast IP acceleration, DNS routing, or public web protection? |
| Public/private/hybrid names, split-horizon DNS, delegation, DNSSEC, or Resolver | DNS | Which resolver answers the query, which hosted zone applies, and where does forwarding happen? |
| Protocol distribution, target health, application routing, appliance insertion, or TLS placement | Load balancing | Is the required behavior Layer 7, Layer 4, or transparent appliance insertion? |
| Flow evidence, topology visibility, health metrics, packet capture, or baseline performance | Observability by design | Which signal must exist before an outage happens? |
| Direct Connect, VPN, BGP, SD-WAN, LAG, jumbo frames, or encryption over hybrid paths | Hybrid connectivity | What are the redundancy, route-control, performance, and encryption requirements? |
| Many VPCs/accounts/Regions, VPC sharing, PrivateLink, peering, TGW, Cloud WAN, or overlapping CIDRs | Multi-VPC and multi-Region | Is the problem routing reachability, service exposure, segmentation, global policy, or address overlap? |
The design answer should name the path and the reason. “Use Transit Gateway” is incomplete if the stem is really about PrivateLink service exposure, DNS forwarding, or centralized inspection.
Use this compact flow when answer choices include several plausible networking services.
flowchart TD
R["Requirement"] --> E{"Public edge or global entry?"}
E -- "Yes" --> EDGE["Route 53, CloudFront, Global Accelerator, ALB/NLB, WAF, Shield"]
E -- "No" --> DNS{"Name resolution requirement?"}
DNS -- "Yes" --> R53["Public/private hosted zones, Resolver endpoints, forwarding, DNSSEC"]
DNS -- "No" --> HYB{"Hybrid or multi-network routing?"}
HYB -- "Hybrid" --> DX["Direct Connect, VPN, BGP, SD-WAN, redundancy, encryption"]
HYB -- "Many VPCs/accounts" --> TGW["TGW, Cloud WAN, peering, PrivateLink, VPC sharing, overlap strategy"]
HYB -- "No" --> OBS["Define evidence: logs, metrics, analyzer, baseline, traffic mirror"]
If the flow points to more than one lane, preserve the stated constraint first. For example, a global application may need both CloudFront and Route 53, but the stronger answer depends on whether the stem emphasizes caching, static Anycast IPs, health-based DNS, WAF placement, or origin protection.
Start with 1.1 Edge Network Services because public entry, latency, and global traffic patterns often define the rest of the design.
Then move through:
| If the scenario is really about… | Go first to… |
|---|---|
| CloudFront, Global Accelerator, public entry, latency, DDoS path, or edge routing | 1.1 Edge Network Services |
| Route 53 routing policy, DNSSEC, delegation, domain registration, private hosted zones, Resolver, failover, or service discovery | 1.2 DNS, Service Discovery, and Resiliency |
| ALB, NLB, GWLB, target health, protocol fit, proxy protocol, cross-zone behavior, TLS termination, or target group type | 1.3 Load Balancing and Traffic Management |
| flow logs, packet mirroring, Network Manager, Reachability Analyzer, access logs, baselines, metrics, or “how will we prove what happened?” | 1.4 Network Observability by Design |
| Direct Connect, VPN, BGP, failover, SD-WAN, GRE, IPsec, LAGs, jumbo frames, on-premises path design, or branch connectivity | 1.5 Hybrid Routing and Connectivity |
| VPC peering, Transit Gateway, RAM, VPC sharing, PrivateLink, inter-Region paths, IP overlap, or segmentation at scale | 1.6 Multi-VPC and Multi-Region Connectivity |
| Comparison | Design rule |
|---|---|
| CloudFront vs Global Accelerator | CloudFront is strongest for HTTP caching and edge delivery; Global Accelerator is strongest for static Anycast IPs and TCP/UDP application acceleration. |
| Route 53 failover vs Global Accelerator failover | Route 53 is DNS-answer based and TTL-sensitive; Global Accelerator shifts traffic at the accelerator endpoint layer. |
| ALB vs NLB vs GWLB | ALB is Layer 7 HTTP behavior, NLB is Layer 4 transport behavior, GWLB is transparent appliance insertion. |
| Public hosted zone vs private hosted zone | Public zones answer internet DNS; private zones answer for associated VPCs. |
| Resolver inbound vs outbound | Inbound lets on-premises query AWS Resolver; outbound lets AWS forward selected queries to external resolvers. |
| VPC peering vs Transit Gateway | Peering is simple direct non-transitive routing; TGW is hub routing and segmentation. |
| Transit Gateway vs PrivateLink | TGW provides routed network reachability; PrivateLink exposes one provider service privately. |
| Direct Connect vs Site-to-Site VPN | DX gives predictable private connectivity; VPN gives IPsec tunnel encryption and quicker setup. |
| Cloud WAN vs Transit Gateway | Cloud WAN is global policy-managed networking; TGW is regional hub routing. |
| Flow Logs vs Traffic Mirroring | Flow Logs provide metadata; Traffic Mirroring provides packet-level copies from selected ENIs. |
For each design scenario, write a one-line path proof:
Users or workloads enter through entry point, resolve through DNS path, route through network domain, cross control point, reach destination, fail over through backup path, and are observed by evidence source.
If you cannot fill in one part, that is probably where the exam is testing you.