About This Architecture
Global edge-caching architecture on AWS: users in North America, Europe, and APAC hit their nearest CloudFront edge location, which serves cached static assets from an S3 origin on a cache hit (Cache-Control: max-age=86400) or forwards dynamic, non-cacheable requests to an ALB origin backed by app servers, illustrating the cache-hit versus cache-miss paths and their TTL behavior.