Amazon DynamoDB
This page provides real-time availability and performance metrics for Amazon DynamoDB. Fully managed NoSQL database service that provides fast and predictable performance.
Dashboards & Latency Matrices
These pre-built availability and performance dashboards and latency matrices provide quick access to comprehensive historical and real-time analytics derived from our continuous cloud service testing. These reports offer insights into service availability patterns, performance trends, and latency characteristics across multiple cloud providers and regions. Each report includes time-bound analysis spanning from 1 day to 1 year, with customizable views, bookmarking, and URL-based sharing for collaborative analysis.
Dashboards
Detailed summaries of performance and availability featuring time series graphs, latency distribution charts, and summary metrics for cloud service control and data plane operations, and network performance.
Latency Matrices
Summarized statistical analysis providing median, mean, and percentile performance metrics in matrix format offering comparative views of latency and availability across services, regions, and time periods.
us-east-1
This section provides control plane and data plane availability and performance metrics for Amazon DynamoDB in the us-east-1 region. Networking operations are not currently covered in this region.
us-east-1 Tests Covered
Control Plane / us-east-1
Control plane operations test the responsiveness and reliability of cloud service APIs for creating, modifying, and deleting resources.
Operations Covered
create-kvtable
Creates a DynamoDB table using dynamodb create-table
with hash key schema. Measures time from creation request until table reaches ACTIVE status.
delete-kvtable
Deletes a DynamoDB table using dynamodb delete-table
command. Measures time from deletion request until table is removed.
Data Plane / us-east-1
Data plane operations measure the performance and availability of actual service functionality like storage operations, compute tasks, and database queries.
Operations Covered
delete-item
Deletes the test item from DynamoDB using dynamodb delete-item
with the UUID-based id as the key. Measures delete operation latency.
get-item
Reads the test item from DynamoDB using dynamodb get-item
with the previously created UUID-based id as the key. Measures read operation latency.