Amazon Dynamodb Plans Pricing
Machine-readable pricing for Amazon DynamoDB, read from the AWS Price List Bulk API rather than a marketing page. DynamoDB bills capacity (on-demand request units or provisioned capacity-unit hours), storage, and data movement (backup, restore, export, import, Streams reads) as independent meters; there are no subscription tiers, no seats, and no per-call API plan.
Amazon Dynamodb Plans Pricing is the machine-readable pricing-plan profile for Amazon DynamoDB on the APIs.io network, conforming to the API Commons Plans specification.
It defines 5 plans, covering usage and freemium tiers, with named plans including On-demand capacity mode (PayPerRequest), On-demand, Standard-Infrequent Access table class, Provisioned capacity mode, Always-free allowance (provisioned mode and Streams), Storage, backup, restore, export, import and Streams.
Tagged areas include Database, NoSQL, Serverless, and Usage-Based Pricing.
Plans
Per-request billing with no capacity to provision. The default for new tables. Charged in read request units (RRU) and write request units (WRU); one strongly consistent read of an item up to 4 KB is 1 RRU, one write of an item up to 1 KB is 1 WRU.
Same on-demand model against the Standard-IA table class: cheaper storage, more expensive requests. Chosen per table, not per account.
Capacity reserved by the hour in read capacity units (RCU) and write capacity units (WCU), with optional auto scaling. Requests beyond the provisioned rate are throttled with ProvisionedThroughputExceededException rather than billed as overage.
A standing monthly allowance modelled in the price list itself as $0.00 SKUs, not a signup trial. It applies to provisioned capacity, storage and Streams reads; on-demand request units carry no free allowance in this price list.
Meters that bill independently of capacity mode. These are where an agent driving the control plane can spend money without issuing a single item write.
Work with this as data
Every plan here is available over the APIs.io API and to AI agents over MCP.