How does Amazon RDS calculate I/O rate?

前端 未结 1 1262
孤街浪徒
孤街浪徒 2020-12-16 16:20

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?

相关标签:
1条回答
  • 2020-12-16 16:45

    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:

    0 讨论(0)
提交回复
热议问题