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?

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인