1 Answer
- Newest
- Most votes
- Most comments
0
hello
please see Understanding your AWS billing and usage reports for Amazon S3 and Amazon S3 pricing
Usage Type | Description |
---|---|
region-Requests-Tier1 | The number of PUT, COPY, or POST requests for STANDARD, RRS, and tags, plus LIST requests for all buckets and objects |
region-Requests-Tier2 | The number of GET and all other non-Tier1 requests |
for region-Requests-Tier1
- 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
- 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.
- 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
answered 10 months ago
Relevant content
- Accepted Answer
- Accepted Answerasked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 days ago
I agree. In addition, EUC1 tells you that it happens in Frankfurt region: see https://github.com/awsdocs/amazon-s3-developer-guide/blob/master/doc_source/aws-usage-report-understand.md