S3-Infrequent Access Retrieval Fee for Range requests.

0

A Customer needs to iterate over ~250 millions audio files in S3-IA. He wants to extract Metadata which hasn't been stored initially.

The fees for retrival apply $ per GB and $per 1,000 requests

I want to confirm that if they use the Range option of the get object to download only the first part of the files (i.e.1MB of 120MB) they are charged for the number of requests and the data actual retrieved (1 MB) and not for the size of the requested object.

AWS
質問済み 6年前304ビュー
1回答
0
承認された回答

The retrieval fee’s only cover the bytes returned. If they perform a ranged-get for 1MB, the retrieval fee’s will be for 1MB and not for the 120MB object.

AWS
回答済み 6年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ