How does Amazon RDS calculate I/O rate?

别等时光非礼了梦想. 提交于 2019-11-29 03:52:17

In general it is a price for EBS storage service. Amazon claims something like this for EBS (section Projecting Costs):

As an example, a medium sized website database might be 100 GB in size and expect to average 100 I/Os per second over the course of a month. This would translate to $10 per month in storage costs (100 GB x $0.10/month), and approximately $26 per month in request costs (~2.6 million seconds/month x 100 I/O per second * $0.10 per million I/O).

If you have a running application on Linux, here is an article how to measure cost for EBS:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!