Skip to main content
Version: v9.0.0

Cumulus Metadata in DynamoDB

@cumulus/api uses a number of methods to preserve the metadata generated in a Cumulus instance.

All configurations and system-generated metadata is stored in DynamoDB tables except the logs. System logs are stored in the AWS CloudWatch service.

Amazon DynamoDB stores three geographically distributed replicas of each table to enable high availability and data durability. Amazon DynamoDB runs exclusively on solid-state drives (SSDs). SSDs help AWS achieve the design goals of predictable low-latency response times for storing and accessing data at any scale.

DynamoDB Auto Scaling

Cumulus deployed tables from the data-persistence module are set to on-demand mode.