Skip to main content
DevOpsLabTH.dev

Caching with CloudFront and ElastiCache

Caching keeps frequently-used data somewhere faster and closer so it is not fetched the slow way every time. CloudFront caches content at edge locations near users, and ElastiCache holds hot data in memory in front of a database. Both cut latency and take load off the origin.

Sign in to start the lab