How can I reduce costs for S3 "EUC1-Requests-Tier2" requests?

0

Hi,

I've noticed a significant change in S3 expenses, in cost explorer, specifically costs associated with EUC1-Requests-Tier2. So, I'm curious if there are effective methods to further reduce expenses on Amazon S3 for EUC1-Requests-Tier2.

Any insights or suggestions would be greatly appreciated. Thanks in advance!

Regards, RK

rk
已提問 6 個月前檢視次數 453 次
1 個回答
0

hello

please see Understanding your AWS billing and usage reports for Amazon S3 and Amazon S3 pricing

Usage TypeDescription
region-Requests-Tier1The number of PUT, COPY, or POST requests for STANDARD, RRS, and tags, plus LIST requests for all buckets and objects
region-Requests-Tier2The number of GET and all other non-Tier1 requests

for region-Requests-Tier1

  1. you can reduce costs by reducing the number of file writes, such as merging multiple small files into one large file, and then writing to S3

for region-Requests-Tier2

  1. you can reduce costs by reducing the number of file read, such as merging multiple small files into one large file and then read from S3, reading content of the same size in this way will significantly reduce the number of reads.
  2. Try to use local cache for reading the same object as much as possible,for example Mountpoint for Amazon S3 optimizes for repeated data access
profile pictureAWS
已回答 6 個月前
profile pictureAWS
專家
已審閱 6 個月前

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

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

回答問題指南