Amazon S3 usage: excessive requests

0

I’m new to AWS - please accept my apologies if this is a basic/naive question. I recently setup some AWS services (within the past two days): specifically Amplify for hosting a NextJS app, RDS for a Postgres database, and Route 53 for a custom domain. And I had played around briefly with an Amplify Gen 2 configuration only to scrap (delete) it within a day given that it didn’t meet my needs. In any case, this morning received a Free Tier Usage Alert saying that my AmazonS3 bucket has 1707 requests out of a 2000 monthly limit. To the best of my knowledge I never setup an S3 bucket, but I’m assuming one of the other services did automatically. The question I have it: which service, and what are these requests? A random sampling of many of them are small xml files that have an "Access Denied" message in them. If I’m only using Amplify with RDS (and no file storage whatsoever), can I safely delete this S3 bucket?

1 Answer
1

Hello.

Amplify creates S3 to host your application.
Probably, but I think the request is for that S3 bucket.
I think that if you delete the Amplify application, S3 will also disappear, but just to be sure, we recommend checking whether there are any remaining S3 buckets.
https://repost.aws/knowledge-center/amplify-delete-application

profile picture
EXPERT
answered 3 months ago
  • Amplify may indeed use S3, but not 1700 requests for a single app. So I don't believe that is the issue. But thank you for taking the time to respond.

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