What happen after my s3 storage goes down

0

Hello,

I am using s3 storage to store data generated from my web-application. As we know that AWs provide us 99.999.. durability but how aws handle when any server goes down or whole region network goes down or Mutli AZ goes down? I mean what steps will be taken to come out from outage?

已提問 2 年前檢視次數 670 次
1 個回答
1

Hi,

Regions are physical locations which are fully independent and isolated, they consist of Multiple Availability Zones. In case of failure these services are designed to handle concurrent device failures by quickly detecting and repairing any lost redundancy[1].

A customer can implement the Cross Region Replication feature for more data redundancy (this can be done manually) [2][4].

Data is stored as objects within resources called “buckets” also, S3 has a variety of Storage Classes which gives a users a chance to pick a way in which to store their data, classes differ in terms of data type,price and access patterns[3]. Refer to document[3] to better understand how AWS S3 is designed and how it actually achieves the % durability.

Please see the documents in links [1], [2], [3] for further explanations.

Hope this help.

Resources:-

[1] https://docs.aws.amazon.com/AmazonS3/latest/userguide/DataDurability.html

[2] https://docs.aws.amazon.com/general/latest/gr/rande-manage.html

[3] https://aws.amazon.com/s3/faqs/

[4] https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html#crr-scenario

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南