Elasticache
- In-Memory database… high performance
- not persistence ⇒ ephemeral data
- provides a managed implementation of the redis or memcached engine
- reduces database workloads
- requires application code changes
- allowing for storing externally hosted user session state (stateless servers)
Redis vs memcached