> For the complete documentation index, see [llms.txt](https://notes.radifine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.radifine.com/aws/aws-storage-services/aws-databases-services/amazon-elasticache.md).

# Amazon Elasticache

### Features

It is the fully managed in-memory data store offering from AWS.

It is supported by by both in memory engines - Memcached and Redis

It provides low latency in response times

It enables scaling and replicas to meet sudden surge in demand from the application

It can be used for database later caching i.e., between the application and actual database, Elasticache can act as buffer to hold the data &#x20;

When a web application is doing session storage, Elasticache with Redis engine can also used to get quicker responses on session data&#x20;

##
