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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ