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
asked 8 months ago1043 views
1 Answer
0
Accepted Answer

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
EXPERT
answered 8 months ago
  • 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.

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