Comment on Google's goo․gl links will stop working in August 2025
jarfil@beehaw.org 3 months agoURL shorteners in general, or just Google?
wiki.archiveteam.org/index.php/URLTeam
Goo.gl has a namespace for 10 billion entries, it used to keep tracking for each link, with a user interface.
How much money would you say it takes to even maintain a system like that, plus update its security, not to mention account for changing web standards, at that scale?
jonne@infosec.pub 3 months ago
Probably like $50/month in cloud resources if you turned off all the extra stuff and only did redirects and kept it around in read only mode. You’d need to do some dev work up front and price that in as well, obviously.
jarfil@beehaw.org 3 months ago
$50/month would barely scratch the surface.
Let’s take a conservative approach, and say there are:
Now you’re looking at 100GB of raw data to put into a database, that needs to return 100K answers/second, in less than 50ms each, worldwide, 24/7.
What is your estimated cloud cost for something like 256GB of RAM, 128 cores, 10Gbps connect, replicated across several zones, and 1TB/day outgoing transfer?
That’s only for the redirect responses I read-only mode, nothing else. You will also need some maintenance to keep it 24/7, for when the server catches fire, or gets obsoleted, and when new exploits come up against your software stack.