TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Mitigating malicious AWS bandwidth usage

4 pointsby mneumegenover 12 years ago
I'm using CloudFront to host a number of files for a web application. Some of these files are ~ 20MB. What can I do to mitigate the risk of a massive bandwidth bill if someone set up a script to request these files repetitively?

3 comments

lifeguardover 12 years ago
You could set up Splunk to pull all your logs together, calculate bandwidth, and then make email alerts for when you hit various thresholds.<p>It might help to firewall out BOGOB IPs and known malicious IPs. These lists have to be actively maintained on the firewall.<p>mod_qos prevents some abuse: <a href="http://opensource.adnovum.ch/mod_qos/" rel="nofollow">http://opensource.adnovum.ch/mod_qos/</a>
fizxover 12 years ago
CloudFlare has unlimited bandwidth. I'm not affiliated, and it doesn't exactly answer your question, but perhaps this is a useful thought.
stevencoronaover 12 years ago
Signed requests!