ElastiCache

Notes based on Stéphane Maarek's Udemy course.

ElastiCache

Overview: The same way RDS is to get managed Relational Databases, ElastiCache is to get managed Redis or Memcached. Caches are in-memory databases with really high performance, low latency. They help reduce loads off of databases for read intensive workloads. They help make your application stateless.

Solution Architecture - DB Cache

Redis Overview

Memcached Overview