Amazon ElastiCache

AWS Certified DevOps Engineer Notes

Amazon ElastiCache

ElastiCache Solution Architectures

Comparison between Redis and Memcached

Redis Memcached
Multi AZ with automatic failover Uses Multi-node for partitioning of data (sharding)
Read Replicas to scale reads and have high availability No high availability
Data durability using AOF persistance No persistance of data
Backup and restore features No backup and restore
Supports Sets a Sorted Sets Has a multi-threaded architecture

ElastiCache Replication

Redis Auto Scaling

Redis Connection Endpoints