99.99% durability. What does it mean? [closed]

佐手、 提交于 2019-12-05 09:51:39

问题


Amazon S3 offers two plans:

Storage (Designed for 99.999999999% Durability)

and

Reduced Redundancy Storage (Designed for 99.99% Durability)

Designed to provide 99.999999999% durability and 99.99% availability of objects over a given year.

Heres the link

So if I have 10 000 files I can expect to loose one in average with the second plan per year? am I interpreting that correctly?

Edit: Maby I have to put it more clearly:

How do you interpret especially the "designed for" part. If for example offer 99,9% availability I guarantee that and pay a penal for every hour more or something like that. But if I design the system for 99,9% availability, I choose the parts with the knowledge that the system will probably have a downtime of 0.1% on statistical average.

That does not necessarily mean that I guarantee anything. Its just what the system is designed for...


回答1:


RRS will survive the total loss of one data centre, as well using multiple drives, etc. Regular S3 storage will survive the loss of two.

The 99.999999999% durability figure is a bit pointless - they're quoting something less than the the probability of a K/T event sized comet hitting Earth, and if that happened we wouldn't be worrying about our S3 data.

The probability of a political or economic event taking down Amazon is a much higher than the risk of three AWS regions being simultaneously destroyed, so I reject that notion that data in S3 "doesn't need to be backed up" although it is good to know that the system has been designed to survive most eventualities.

The risk of having a system you have connected to your AWS account compromised, and losing data that way, is higher again, so always keep offline backups.




回答2:


Amazon has provided an example of what this means in their FAQ:

http://aws.amazon.com/s3/faqs/#How_durable_is_Amazon_S3

Q: How durable is Amazon S3?

Amazon S3 is designed to provide 99.999999999% durability of objects over a given year. This durability level corresponds to an average annual expected loss of 0.000000001% of objects. For example, if you store 10,000 objects with Amazon S3, you can on average expect to incur a loss of a single object once every 10,000,000 years. In addition, Amazon S3 is designed to sustain the concurrent loss of data in two facilities.



来源:https://stackoverflow.com/questions/4179027/99-99-durability-what-does-it-mean

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