- Fully managed, Cassandra-compatible service using familiar CQL and Cassandra drivers.
- Serverless scaling with on-demand billing or provisioned throughput (with auto scaling).
- High availability across Availability Zones, encryption at rest, IAM integration, and VPC endpoints.
- Built-in TTL (time-to-live) for automatic expiration of data and managed backups.
- Support for multi-region (active-active) deployments with storage-based asynchronous replication.

- Use CQL and standard Cassandra drivers (Java, Python, Node.js, etc.) to read and write data.
- Keyspaces encrypts data at rest and in transit, integrates with AWS IAM for auth, and supports VPC endpoints for private connectivity.
- TTL (time-to-live) is fully managed by Keyspaces — you don’t provision capacity separately for TTL operations.
Choose on‑demand for unpredictable or bursty workloads and provisioned capacity (with auto scaling) for predictable workloads where cost optimization matters.
You can switch a table’s capacity mode (on‑demand ↔ provisioned) at most once per day. Plan capacity changes accordingly.
- Active‑active global reads and writes with low latency for local users.
- Improved business continuity: if a region fails, traffic can be routed to another active region.
- Built-in conflict resolution for write conflicts across regions.

- High-volume telemetry and time-series ingestion (industrial IoT).
- Real-time trading and market monitoring systems.
- Fleet management, routing, or any system that needs low-latency reads and high write throughput.
- No Cassandra cluster management (provisioning, patching, repair).
- Seamless use of existing CQL-based tools and drivers.
- Built-in security and monitoring integrations.

Summary
Amazon Keyspaces is a fully managed, Cassandra-compatible, serverless database service that reduces operational complexity while preserving the familiar CQL interface. Choose on-demand capacity for unpredictable traffic and provisioned capacity (with auto scaling) for steady, predictable workloads. Multi-region active-active tables provide global reads and writes with low latency and built-in conflict resolution, while the service handles security, replication, TTL, and monitoring for you.

- Amazon Keyspaces (for Apache Cassandra) — https://aws.amazon.com/keyspaces/
- Cassandra Query Language (CQL) — https://cassandra.apache.org/doc/latest/cql/
- Cassandra drivers — https://cassandra.apache.org/doc/latest/drivers/