Amazon DynamoDB Standard-IA vs DynamoDB Standard
RecentlyAmazon DynamoDB Standard Infrequent Access (DynamoDB Standard-IA) table class, which AWS claims helps you to reduce your DynamoDB costs by up to 60% for tables that store data that is infrequently accessed.
In this article let me give you the price dynamics of DynamoDB Standard-IA
What DynamoDB costs break down
- Data storage
- Write traffic
- Read traffic
- Other Costs
- On-demand backup
- Continuous (PITR) backup
- Table restore
- Change data capture for Kinesis Data Streams
- Data export to Amazon S3
- DynamoDB Accelerator (DAX)
- DynamoDB Streams
DynamoDB Standard-IA
The cost slop is steep for DynamoDB Standard storage. If you do not use the TTL function of DyanmoDB you and if your data size grows steadily, you end up paying a steady storage cost.
If you are going with DynamoDB Standard-IA, you should be aware of the difference between Writes & Read. Writes and reads are 25% more expensive than DyanamoDB Standard storage.
DynamoDB Standard
On-Demand Throughput Type
PriceWrite Request Units (WRU): $1.25 per million write request units
Read Request Units (RRU): $0.25 per million read request units
PriceWrite Request Units (WRU): $1.56 per million write request units
Read Request Units (RRU): $0.31 per million read request unitsDynamoDB Standard-IA
Conclusion: Have a prediction of data usage and storage prediction before choosing DynamoDB Standard-IA
Comments
Post a Comment