Can I use CloudFront to serve Amazon S3-Infrequent Access or Amazon S3 Glacier objects?

0

I need to host large amounts of files for my customers. Because the customers are planning to store several petabytes of contents, they want to optimize their costs and analyze their storage options with S3 Standard-Infrequent Access, S3 One Zone-Infrequent Access, or S3 Glacier. To improve the access and reduce transfer costs, my customers are planning to serve the files through Amazon CloudFront. Is CloudFront compatible with the different S3 storage classes? Are there any limitations, such as the non-availability of expedited retrieval option?

1 個回答
0
已接受的答案

Amazon CloudFront can serve objects in Amazon S3-Infrequent Access because these objects can be requested immediately using the GetObject command. However, while the object can be cached in CloudFront, it might have to be requested more than once. This is true for situations, where the requests are made globally in such a way that more than one regional caches are used, or the object is removed from the cache in the future. Your customers need to model and check whether using the Infrequent-Access option is cost effective.

CloudFront can't serve objects in S3 Glacier because it requires a restore. However, your customers can build an application that allows users to request a restore first before requesting the object.

AWS
專家
已回答 4 年前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南