- 19 more key points in Pro version
- 11 more common mistakes in Pro version
- 6 more exam tips in Pro version
- 60 more related questions in Pro version
Summary
Network Design is a service-selection and tradeoff domain. CloudFront is the CDN/edge-delivery choice for HTTP(S) content and can cache static or dynamic content; Global Accelerator provides static anycast IPs and moves application traffic onto the AWS global network toward healthy regional endpoints. Route 53 public hosted zones serve internet DNS, private hosted zones serve associated VPCs, and Resolver inbound/outbound endpoints plus rules integrate hybrid DNS. ALB is Layer 7 HTTP/HTTPS; NLB is Layer 4 TCP/UDP/TLS; GWLB inserts virtual appliances. Flow Logs provide flow metadata, Traffic Mirroring provides packet copies, and Reachability Analyzer evaluates configuration-based reachability without sending packets. Hybrid resilience requires independent physical/failure paths. VPC peering is direct and non-transitive, Transit Gateway is a scalable transitive routing hub, and PrivateLink gives service-oriented private access without broad network routing. IP plans must reserve growth and avoid overlap wherever routed connectivity may be required.
Key Points
- CloudFront is a CDN for static and dynamic HTTP(S) content.
Common Mistakes
- Treating CloudFront as static-only.
Exam Tips
- Reduce design questions to protocol, scope, routing model, failure domain, security boundary, and scale.