AWS Security ChangesHomeSearch

AWS keyspaces documentation change

Service: keyspaces · 2025-11-13 · Documentation low

File: keyspaces/latest/devguide/functional-differences.md

Summary

Expanded batch command documentation to include logged batch support (100 commands) alongside existing unlogged batch limits

Security assessment

Change adds documentation about increased batch operation capabilities but contains no security vulnerability fixes or explicit security context. Logged batches relate to transaction durability rather than security controls.

Diff

diff --git a/keyspaces/latest/devguide/functional-differences.md b/keyspaces/latest/devguide/functional-differences.md
index ef01b8f47..1dfae5089 100644
--- a//keyspaces/latest/devguide/functional-differences.md
+++ b//keyspaces/latest/devguide/functional-differences.md
@@ -66 +66,10 @@ Amazon Keyspaces (for Apache Cassandra) uses AWS Identity and Access Management
-Amazon Keyspaces supports unlogged batch commands with up to 30 commands in the batch. Only unconditional **INSERT** , **UPDATE** , or **DELETE** commands are permitted in a batch. Logged batches are not supported.
+Amazon Keyspaces supports the following batch commands:
+
+  * **Logged batch** – supports up to 100 commands per batch.
+
+  * **Unlogged batch** – supports up to 30 commands per batch.
+
+
+
+
+Only **INSERT** , **UPDATE** , or **DELETE** commands are permitted in a batch.