A company is storing backup files by using Amazon S3 Standard storage. The files are accessed frequently for 1 month. However, the files are not accessed after 1 month. The company must keep the files indefinitely.
Which storage solution will meet these requirements MOST cost-effectively?
A. Configure S3 Intelligent-Tiering to automatically migrate objects.
B. Create an S3 Lifecycle configuration to transition objects from S3 Standard to S3 Glacier Deep Archive after 1 month.
C. Create an S3 Lifecycle configuration to transition objects from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) after 1 month.
D. Create an S3 Lifecycle configuration to transition objects from S3 Standard to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 1 month.
B
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
一家公司正在采用 Amazon S3 服務設計備份文件的存儲方案。項目需求為,備份文件在上傳后的 1 個月內被頻繁訪問,1 個月后不再被訪問,但需長期保留(無限期存儲)。選擇最具成本效益的存儲方案。
A. 不正確。配置 S3 Intelligent-Tiering 自動遷移對象。該層數據根據訪問模式在“頻繁訪問層”和“不頻繁訪問層”之間自動移動。頻繁訪問的文件存儲在“頻繁訪問層”,它與 S3 Standard 相同的性能和成本。30 天未訪問的文件自動移動到“不頻繁訪問層”,它存儲成本降低,但檢索時無額外費用。前 30 天存儲費用為 S3 Standard 價格,30 天之后為 S3 Standard-IA 價格(但需支付少量監控費用,每 1,000 個對象約 $0.0025/ 月),無無額外檢索費用(與 S3 Standard-IA 不同)。在本案例中,1 個月后文件完全不被訪問,但 S3 Intelligent-Tiering 仍會保留在“不頻繁訪問層”(需支付 S3 Standard-IA 級別的存儲成本 + 監控費用),長期來看,存儲成本高于 S3 Glacier 層。
B. 正確。使用 S3 Lifecycle 配置,1 個月后遷移到 S3 Glacier Deep Archive 層。文件初始存儲在 S3 Standard(前 1 個月),1 個月后自動遷移到 S3 Glacier Deep Archive(最低成本的存儲類,每 GB 存儲費用最低)。S3 Glacier Deep Archive 層,需支付數據檢索費用,但本案例中明確指出“1 個月后不再被訪問”,因此無需檢索,總體費用最低。
C. 不正確。使用 S3 Lifecycle 配置,1 個月后遷移到 S3 Standard-Infrequent Access (S3 Standard-IA) 層。S3 Standard-IA 層的存儲成本高于 S3 Glacier 層,不滿足“最具成本效益”的要求。
D. 不正確。使用 S3 Lifecycle 配置,1 個月后遷移到 S3 One Zone-Infrequent Access (S3 One Zone-IA) 層。數據僅存儲在單個 AZ 中,無法抵御 AZ 故障(不符合企業級備份的可靠性要求),而且存儲成本高于 S3 Glacier 層。