cd /news/ai-infrastructure/aws-introduces-durable-storage-optio… · home topics ai-infrastructure article
[ARTICLE · art-26745] src=infoq.com ↗ pub= topic=ai-infrastructure verified=true sentiment=· neutral

AWS Introduces Durable Storage Option for ElastiCache for Valkey

AWS introduced durability for Amazon ElastiCache for Valkey, enabling reliable data retention across failures and expanding support beyond caching to persistent workloads. The feature offers synchronous durability to minimize data loss or asynchronous durability for lower write latency, supporting use cases like AI memory, session storage, and real-time applications. Available in all regions starting with Valkey 9.0, the new option allows ElastiCache to serve as a persistent data store but has sparked debate over whether it supersedes Amazon MemoryDB.

read2 min publishedJun 14, 2026

AWS has recently introduced durability for Amazon ElastiCache for Valkey, enabling reliable data retention across failures and expanding support beyond caching to persistent workloads. The feature offers new options that prioritize either minimizing data loss or maintaining lower write latency, expanding the range of use cases supported by the Redis fork, including AI memory, session storage, and real-time applications.

ElastiCache for Valkey now supports both caching and persistent data workloads. Developers can choose synchronous durability to minimize data loss during failures, or asynchronous durability for lower latency. Traditional ElastiCache without durability remains the default and cheapest option for caching scenarios where data can be rebuilt from source. Jules Lasarte, software engineer at AWS, and Karthik Konaparthi, principal product manager at AWS, explain:

Many organizations find that Multi-AZ replication and automatic failover in ElastiCache meet their resilience requirements, but as customers increasingly adopt ElastiCache as a persistent data store, as well as a cache, data loss becomes a primary concern.

ElastiCache can now be used for persistent data workloads in addition to caching, including AI agent memory, workflow state, RAG knowledge bases, payment tokenization, and inventory management.

Source: AWS blog

While both durability modes maintain microsecond-level read latency, synchronous writes are acknowledged only after data has been replicated across at least two AZs, reducing the risk of data loss at the cost of higher write latency. Asynchronous writes are acknowledged before replication completes, preserving lower write latency but with a risk of losing up to 10 seconds of recent data. Lasarte and Konaparthi add: To bound potential data loss with asynchronous writes, ElastiCache enforces a durability buffer of up to 10 seconds. The primary node continuously tracks the age of the oldest write that has been accepted but not yet persisted to the Multi-AZ transactional log, and publishes this value to Amazon CloudWatch as the DurabilityLag metric. (...) If the buffer grows beyond 10 seconds, for example because of transient network congestion to the transactional log, the primary temporarily rejects incoming write commands until it catches up.

Read latency remains unchanged, while writes may be temporarily rejected if replication lag grows too large. Normal operation resumes automatically once the cluster catches up, with the team recommending clients such as Valkey GLIDE to enable automatic retry and exponential backoff. Corey Quinn, chief cloud economist at The Duckbill Group, warns in his newsletter:

Once again I am begging you to not confuse "cache" with "primary data store." Once again, you will ignore me, as some lessons can only be learned and internalized via SLA breaches.

While ElastiCache supports Valkey, Memcached, and Redis, the new feature is available only for Valkey. On Reddit, developers like the new option but question whether it supersedes Amazon MemoryDB, the Redis-compatible in-memory database designed for applications requiring low-latency and durable data storage. Durability for ElastiCache is available in all regions starting with Valkey 9.0.

── more in #ai-infrastructure 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/aws-introduces-durab…] indexed:0 read:2min 2026-06-14 ·