How does Amazon RDS calculate I/O rate?

只愿长相守 提交于 2019-11-27 17:52:36

问题


I browsed the Amazon RDS pricing site today and now do want to know how they actually calculate the I/O rate? What does "$0.10 per 1 million requests" really mean?

Can anyone give some simple examples how many I/Os a simple query from EC2 to a MySQL on RDS produces?


回答1:


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:



来源:https://stackoverflow.com/questions/6926600/how-does-amazon-rds-calculate-i-o-rate

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