so somehow I've exceeded the 20k allocated monthly requests on the free tier in AWS. in about 7 days.
I was wondering how I can debug this and see where these requests are being made as it seems a hugely successive amount. I have 2 buckets, one where the code lives and one where images live. but images are cached in cloudfront, which should minify the requests made to s3, right?
so I checked cloudtrail but I can't seem to see anywhere that has all the 20k + requests made. is this possible and how do I debug s3 so I can work out where I'm making all these requests
thanks