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
asked 5 months ago417 views
1 Answer
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
answered 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions