Design Resilient Architectures2 / 5
A company is running an Amazon ElastiCache for Redis OSS cluster with a single node. The cluster is critical for application performance, serving as a session store and data cache. What should a solutions architect do to improve the availability of this cache layer?
CorrectIncorrect
Alex
For production ElastiCache for Redis OSS workloads that need high availability, use a replication group with Multi-AZ and automatic failover. Multi-AZ requires at least one available read replica and automatically promotes a replica if the primary cannot serve traffic. This is the managed HA pattern; increasing instance size or relying only on backups does not remove the single-node failure point.
Sourcedocs.aws.amazon.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 2 of 5
Create a free account