AWS Security ChangesHomeSearch

AWS AmazonElastiCache documentation change

Service: AmazonElastiCache · 2026-06-22 · Documentation low

File: AmazonElastiCache/latest/dg/engine-versions.md

Summary

Added documentation about new durability features in Valkey 9.0 with Multi-AZ transactional log

Security assessment

The change describes data durability features but doesn't address security vulnerabilities or security-specific capabilities. It focuses on data persistence options rather than security controls.

Diff

diff --git a/AmazonElastiCache/latest/dg/engine-versions.md b/AmazonElastiCache/latest/dg/engine-versions.md
index f3168eb81..bfd39cb53 100644
--- a//AmazonElastiCache/latest/dg/engine-versions.md
+++ b//AmazonElastiCache/latest/dg/engine-versions.md
@@ -16,0 +17,2 @@ Here are some of the new features introduced in Valkey 9.0 (compared to ElastiCa
+  * **Durability** – ElastiCache version 9.0 for Valkey introduces durability via a Multi-AZ transactional log. Choose between synchronous writes (zero data loss, single-digit millisecond write latency) or asynchronous writes (microsecond write latency, up to 10 seconds of data at risk). Durability enables ElastiCache to serve as a data store for system-of-record workloads.
+