亚马逊认证考试系列 - 知识点 - 对象存储S3的几种类型

Simple Storage Service是一种高度可扩展的云存储服务,提供了多种存储类型,以满足不同的数据存储需求。下面是AWS S3的几种主要存储类型的详细说明:

  1. Standard(标准存储): Standard是AWS S3的默认存储类型。它提供了高可用性、持久性和性能。数据在至少三个设施内进行复制,可以经受单个设施的故障而不会丢失。Standard存储适用于经常需要访问的数据,例如常用的网站内容、应用程序数据、日志文件等。

  2. Intelligent-Tiering(智能分层): Intelligent-Tiering利用机器学习自动将数据对象分为两个访问层级:频繁访问层和不频繁访问层。它可以自动将数据在这两个层级之间进行转移,以优化成本和性能。对于不确定访问模式的数据,Intelligent-Tiering提供了一种成本有效的方式来存储和访问数据。

  3. Standard-IA(低频访问存储): Standard-IA(Infrequent Access)是一种适用于访问频率较低的数据的存储类型。相对于Standard存储,Standard-IA提供了更低的存储成本,但在访问数据时会收取较高的检索费用。Standard-IA适用于需要较低成本存储的数据,但偶尔需要快速访问的场景。

  4. One Zone-IA(单区域低频访问存储): One Zone-IA是一种存储在单个AWS区域内的低频访问存储类型。相对于Standard-IA,One Zone-IA提供了更低的存储和检索成本,但在区域故障时可能会导致数据永久丢失。One Zone-IA适用于数据可容忍一定风险,并且需要较低存储成本的场景。

  5. Glacier(冷存储): Glacier是一种极低成本的长期存储服务,适用于归档和备份数据。数据在Glacier中存储时,可能需要花费数小时才能进行检索。Glacier适用于不经常访问但需要长期保留的数据,例如合规性数据、备份数据等。

  6. Glacier Deep Archive(深度归档): Glacier Deep Archive提供了极低的存储成本,适用于极少需要访问的数据。数据在Deep Archive中的检索时间可能需要数个小时到数个日,适合于长期保存且几乎不需要访问的数据等。

下面我们来做一道来自于examshoot.com题库网 (一家提供AWS CLF-C01 SAA-C03 SAP-C02等考试题库,练习题,模拟题,代金券的考试助力网站)的练习题目:

Question: Your customer wants to store their infrequently accessed data on AWS S3 while minimizing costs. They are uncertain about the access patterns and want a storage option that automatically optimizes cost and performance based on data usage. Which storage class should you recommend?

A) Standard

B) Intelligent-Tiering

C) Standard-IA

D) Glacier

Answer: B) Intelligent-Tiering

Analysis: The customer's requirement for storing infrequently accessed data while optimizing costs and performance based on usage patterns aligns with the Intelligent-Tiering storage class. Intelligent-Tiering uses machine learning to automatically move data between frequent and infrequent access tiers, ensuring cost-effective storage and efficient access. This storage class is suitable when the access patterns are uncertain and provides a balance between cost savings and data accessibility.

更多AWS CLF-c01 SAA-c03 SAP-c02考试题库,练习题,模拟题,代金券, 可以通过examshoot.comhttps://link.88800888.xyz/examshoot了解。

你可能感兴趣的:(考试专栏,-,AWS,大数据,分布式,运维,aws,云计算)