DynamoDB Throughput Provisioning Examples
Throughput and Pricing Example 1 (from Amazon docs)
Your application needs to perform 5 million writes and 5 million eventually consistent reads per day on a DynamoDB table, while storing 8 GB of data. Items are no larger than 1 KB in size.
Pricing: $0.47 per WCU per month, At $0.09 per RCU per month, $0.25 per GB per month.
Write Capacity Units (WCUs)
= 5 million writes per day
= 57.9 writes per second.
1 WCU can handle 1 write per second, so you need 58 WCUs.
At $0.47 per WCU per month, 58 WCUs costs $27.26 per month.
- Read more about DynamoDB Throughput Provisioning Examples
- heartin's blog
- Log in or register to post comments

Recent comments