Earlier quoted context omitted.
Or at the very least the requester should b charged for the failed auth.
How is that possible? AWS can't bill anyone on the planet.
How an empty S3 bucket can make your AWS bill explode
31–40 of 118 posts
Re: How an empty S3 bucket can make your AWS bill explode
#32Re: How an empty S3 bucket can make your AWS bill explode
#33I don't use S3, but it's kind of insane that unauthorized requests contribute to your bill... couldn't a bored/malicious actor with a botnet just spam common bucket names?
Re: How an empty S3 bucket can make your AWS bill explode
#34Ok I'm actually going to delete my web site and cloudfront distribution over this. It gets no traffic (at the moment). The bucket is the same name as the domain so I can imagine this could be exploited quietly very easily as PUTs are so expensive. Literally a $5 VPS could cost someone $1k.
i doubt it. i would imagine any single ip address would get rate-limited/throttle before doing much. the situation the article is describing is much more like a botnet — there were hundreds or thousands (or more?) of unique instances making requests.
Re: How an empty S3 bucket can make your AWS bill explode
#35Re: How an empty S3 bucket can make your AWS bill explode
#36Ok I'm actually going to delete my web site and cloudfront distribution over this. It gets no traffic (at the moment). The bucket is the same name as the domain so I can imagine this could be exploited quietly very easily as PUTs are so expensive. Literally a $5 VPS could cost someone $1k.
i doubt it. i would imagine any single ip address would get rate-limited/throttle before doing much. the situation the article is describing is much more like a botnet — there were hundreds or thousands (or more?) of unique instances making requests.
Yes, you would imagine, because without relevant WAF rules in place there would be no throttling.
Re: How an empty S3 bucket can make your AWS bill explode
#37Crazy, I wonder what AWS's margin is on these unauthorized requests? Questionable incentives.
Re: How an empty S3 bucket can make your AWS bill explode
#38Re: How an empty S3 bucket can make your AWS bill explode
#39I don't use S3, but it's kind of insane that unauthorized requests contribute to your bill... couldn't a bored/malicious actor with a botnet just spam common bucket names?