AWS

What is AWS ElastiCache? In what use case should it be used?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Amazon Elasticache is a fully managed Redis or Memcached in-memory data store.

It's great for read-intensive workloads where the common data/queries are cached and apps/users access the cache instead of the primary database.