Unexpected usage of Free Tier (Amazon Simple Storage Service)

0

Hello. I see in my Free Tier table (Billing) usage of Free Tier of Amazon Simple Storage Service, but I didn't use (didn't turn on) any s3 in my account. I am about the next two lines: Line #1: Amazon Simple Storage | Service 2000.0 Requests for free for 12 months as part of AWS Free Usage Tier (Global-Requests-Tier1) | 9 Requests Line #2: Amazon Simple Storage | Service 20000.0 Requests for free for 12 months as part of AWS Free Usage Tier (Global-Requests-Tier2) | 2 Requests Can you explain to me where these usages come from? And how to stop these usages?

Serhii
已提問 8 個月前檢視次數 1122 次
1 個回答
0
已接受的答案

Hello.

As described in the following document, listing S3 buckets consumes the free tier.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/aws-usage-report-understand.html

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

S3 charges for the number of APIs executed.
Basically, I think that just displaying a list of S3 buckets is within the free tier.
https://aws.amazon.com/s3/pricing/?nc1=h_ls

So, if you don't have S3 in your AWS account, I think you can reduce consumption of the free tier by not displaying the S3 console etc.

profile picture
專家
已回答 8 個月前
  • Thank you Riku for your help. How to do it "I think you can reduce consumption of the free tier by not displaying the S3 console etc."? I have s3 in my favorites panel. Do you mean to remove s3 from favorites or something else? I have the number 2 in the "AWS Billing Dashboard" "AWS summary" - "Total number of active services". As I understood one of them is Simple Storage Service, because in Bills I see $0.00 for the Simple Storage Service. Maybe it's somehow related to my issue and I have to remove from "Total number of active services" or "Bills" Simple Storage Service that I don't use. Or should I still remove s3 just from My favorites that is shown on the top left of my Management console now, as I said before?

  • There is no need to remove it from your favorites. In short, there is no problem unless you access the S3 dashboard and display the S3 list.

  • So, I should do nothing in my case, shouldn't I? Is it just inevitable to have the consumption of the free tier of s3 even without any s3 if I just click sometimes on s3 icon on my s3 favorite icon?

  • Yes, when you access the S3 console and display the S3 bucket list, the listbucket API will be executed even if there are no S3 buckets, so the free tier will be consumed.

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

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

回答問題指南