Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 523 Bytes

File metadata and controls

15 lines (7 loc) · 523 Bytes

ElastiCache

The same way RDS is to get managed relational databases, ElastiCache is to get managed Redis or Memcached.

Caches are in-memory databases with high performance and low latency.

ElastiCache reduce load off databases for read intensive workloads.

AWS takes care of OS maintenance/patching, optimizations, setup, configuration, monitoring, failure recovery and backups.

ElastiCache Solution Architecture

ElastiCache Solution Architecture