Domain 3 of 4 · Chapter 4 of 5

High-Performing and Scalable Networks

Unlock the complete study guide + 1,040 practice questions across 16 full exams.

Bundled into the existing AWS Certified Solutions Architect – Associate premium course — no separate purchase.

Included in this chapter:

  • CloudFront cache behaviors: TTL strategies, signed URLs/cookies, OAC
  • Global Accelerator setup: endpoint groups, traffic dials, custom routing
  • Transit Gateway routing tables: associations, propagations, blackholes
  • Load balancer selection: ALB vs NLB vs GWLB worked examples

Load balancers compared

LBLayerProtocolsTargetsBest for
ALBL7 (HTTP/HTTPS)HTTP, HTTPS, gRPC, WebSocketEC2, IP, Lambda, ECSWeb / API; path + host routing
NLBL4 (TCP/UDP)TCP, UDP, TLSEC2, IP, ALBUltra-low latency; static IPs; source-IP preservation
CLB (legacy)L4/L7HTTP, HTTPS, TCPEC2 classicDon't use for new designs
GWLBL3 (IP)IP (inline transparent)Network appliancesInline firewall / IDS / IPS

Cheat sheet

  • CloudFront for HTTP global; Global Accelerator for non-HTTP / static anycast
  • Many-VPC: Transit Gateway > peering > Direct Connect Gateway
  • Load balancer choice: L4 vs L7 vs static IP
  • CloudFront origins: not just S3 + EC2
  • Transit Gateway: per-hour-per-attachment + per-GB processed
  • ALB target groups can be IPs, Lambdas, or instances
  • Route 53 latency-based routing measures from EDGE locations
  • CloudFront Functions vs Lambda@Edge — pick by complexity
  • Global Accelerator: traffic dials + endpoint weights
  • API Gateway: REST vs HTTP vs WebSocket
  • CloudFront Origin Shield adds a centralized cache layer to consolidate origin requests
  • Route 53 multivalue answer returns up to eight healthy IPs from associated health checks
  • Route 53 Evaluate Target Health propagates ELB health into DNS failover
  • S3 Transfer Acceleration is for UPLOADS, not cost

Unlock with Premium — includes all practice exams and the complete study guide.

Also tested in

References

  1. Amazon CloudFront Developer Guide
  2. AWS Global Accelerator
  3. VPC peering basics
  4. AWS Transit Gateway
  5. AWS Direct Connect Gateways
  6. Application Load Balancer
  7. Network Load Balancer
  8. Gateway Load Balancer
  9. AWS Resource Access Manager
  10. CloudFront Functions vs Lambda@Edge
  11. Choosing between REST API and HTTP API
  12. API Gateway WebSocket APIs
  13. https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html