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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则