Live data from Hacker News

Roll Your Own CDN

reinterpretcast.com

1–10 of 27 posts

Re: Roll Your Own CDN

#2
If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations.

I wish it was easier/cheaper to run your own anycast network...

Re: Roll Your Own CDN

#3
post #2

If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations. I wish it was easier/cheaper to run your own anycast network...

I wonder if "run your own anycast network as a service" would ever make sense as a product. I can't see anyone other than CDN or testing being terribly interested, and a lot of this is included in the raw CDN use case.

Re: Roll Your Own CDN

#4
post #3
post #2

If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations. I wish it was easier/cheaper to run your own anycast network...

I wonder if "run your own anycast network as a service" would ever make sense as a product. I can't see anyone other than CDN or testing being terribly interested, and a lot of this is included in the raw CDN use case.

There is at least one already out there - http://www.hostvirtual.com/anycast-bgp-cloud/. You have to bring your own IP space (/24 minimum of course). I vaguely remember reading the charges were in the low thousands of dollars per month, but that was a while ago.

Re: Roll Your Own CDN

#6
post #5

It must be so hard to expand the abbreviation once.

I think more people know "CDN" than the expansion (Content Distribution/Delivery Network).

Same is probably true for ATM (financial or 53-byte cell), POP, DNS, RFP, RFC, IMAP, SSL, ...

Re: Roll Your Own CDN

#7
post #2

If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations. I wish it was easier/cheaper to run your own anycast network...

Route 53 now does GeoDNS so you can map it more accurately, for a few cents more.

http://aws.amazon.com/route53/pricing/

Re: Roll Your Own CDN

#8
post #3
post #2

If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations. I wish it was easier/cheaper to run your own anycast network...

I wonder if "run your own anycast network as a service" would ever make sense as a product. I can't see anyone other than CDN or testing being terribly interested, and a lot of this is included in the raw CDN use case.

https://rage4.com/Home/ANY

Is that what you are looking for? They only have 3 locations tho.

Re: Roll Your Own CDN

#9
Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.

Re: Roll Your Own CDN

#10
post #7
post #2

If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn't perfectly map to all geographical zones, but it works fairly well for DigitalOcean's locations. I wish it was easier/cheaper to run your own anycast network...

Route 53 now does GeoDNS so you can map it more accurately, for a few cents more. http://aws.amazon.com/route53/pricing/

Awesome, didn't realize that! Will definitely be using it.
Post reply on HN