Elasticache

Untitled.png

  • 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

Untitled 1.png

Untitled 2.png