Two Options:

ElastiCache offers two caching engines:

  1. Redis (Recommended for most cases)
  2. Memcached (Simple caching only)

REDIS (Recommended)

Think of Redis as: Advanced, feature-rich cache with backup

Features:

1. Multi-AZ with Auto-Failover

2. Read Replicas

3. Data Durability (AOF Persistence)