All this automation is very well but this illustrates the dangers of running stuff on other's machines of unknown complexity and out of your own control, while having to pay for whatever may happen. Not for me, thanks.
How I attacked myself using Google and I ramped up a $1000 bandwidth bill
11–20 of 152 posts
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#12Can you limit bandwidth with AWS? Also, why would the spreadsheet be calling these images every hour. Did you have the spreadsheet open? Does google do this call even when no one is viewing the spreadsheet?
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#13That such a simple thing on your part could result in such an extreme and expensive result implies something is wrong with the design of the system you're using.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#14This was an extremely interesting article. I hope Google rectifies this type of behavior. This is actually pretty scary.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#15Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#16Can you limit bandwidth with AWS? Also, why would the spreadsheet be calling these images every hour. Did you have the spreadsheet open? Does google do this call even when no one is viewing the spreadsheet?
You can put a robots.txt in the bucket.
Plus you cannot put a robots.txt at s3.amazonaws.com so if the url is accessed through the https://s3.amazonaws.com/.... url, the robots.txt will not work.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#17This is the main reason I'd never use AWS to host anything public.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#18Can you limit bandwidth with AWS? Also, why would the spreadsheet be calling these images every hour. Did you have the spreadsheet open? Does google do this call even when no one is viewing the spreadsheet?
You can put a robots.txt in the bucket.
This is mentioned specifically in the article, in fact.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#19Can you limit bandwidth with AWS? Also, why would the spreadsheet be calling these images every hour. Did you have the spreadsheet open? Does google do this call even when no one is viewing the spreadsheet?
You can put a robots.txt in the bucket.
Re: How I attacked myself using Google and I ramped up a $1000 bandwidth bill
#20Can you limit bandwidth with AWS? Also, why would the spreadsheet be calling these images every hour. Did you have the spreadsheet open? Does google do this call even when no one is viewing the spreadsheet?
Not on S3, no.