Edit: I’ve seen somewhere that Stackoverflow blocks all the ec2 machines. I don’t think this is the most optimal solution considering many legit services. Also the hits come from different ip’s.
Ask HN: How are you dealing with scraping hits from EC2 machines?
1–10 of 42 posts
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#2Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#3Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#4Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#5Let's examine your motivation: why do you want to block said scrapers in the first place? SEO concerns (dupe content)?
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#6But then I just made Twicsy fast enough to deal with the traffic so I don't need to worry about it anymore. I guess it depends on your business model whether or not that will work for you.
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#7So the referer is a local Selenium server? How did you figure out it was an EC2 machine?
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#8I had problems with people scraping Twicsy so hard that it was taking the site down. For a while I would manually review the top IP addresses requesting pages a couple times per day and look for patterns and ban IP's based on that. Then I created a script based on the patterns I recognized to do it automatically. But then I just made Twicsy fast enough to deal with the traffic so I don't need to worry about it anymor…
We actually found out who one of the worst ones was and contact them. It turns out it was a major legit proxy, but they had a bug in their proxy code that caused refetching of one of our urls over and over. They were very easy to work with and they fixed the bug.
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#9So the referer is a local Selenium server? How did you figure out it was an EC2 machine?
Re: Ask HN: How are you dealing with scraping hits from EC2 machines?
#10Do you have a robots.txt? That's the standard way.