简体   繁体   English

用于耐用性/完整性的 AWS S3 存储桶设置

[英]AWS S3 Bucket setup for durability/integrity

This is a bit generic, but I was wondering, is there a specific bucket setup that provides better durability for the data hosted in the case of technical failures of the specific data center location or regardless of which data center location and storage class are chosen, Amazon ensures the durability/integrity of customers data in case of a technical failure?这有点笼统,但我想知道,是否有特定的存储桶设置可以在特定数据中心位置发生技术故障或无论选择哪个数据中心位置和存储 class 的情况下为托管的数据提供更好的持久性,亚马逊在出现技术故障时确保客户数据的持久性/完整性? Is there a need for multi-region replication for the sake of receiving better protection against data loss or that's something used purely for compliance/latency purposes?是否需要进行多区域复制以更好地防止数据丢失,或者这纯粹是为了合规性/延迟目的?

S3 provides 99.999999999% durability which is more then enough for most scenarios. S3 提供99.999999999% 的持久性,这对于大多数场景来说已经足够了。 But if you want even better protection of your data, you have S3 replication to different region or even different region.但是如果你想要更好地保护你的数据,你可以将S3 复制到不同的区域甚至不同的区域。

Replication is not only used for compliance/latency.复制不仅用于合规性/延迟。 It is used for backup as well for most critical data that can't be lost in an unlikely situation of entire AWS region failure, eg due to massive earthquake.它也用于备份大多数关键数据,这些数据在整个 AWS 区域发生故障(例如由于大地震这种不太可能发生的情况)时不会丢失。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM