Skip to content

Build your own CDN on AWS with Route 53

instantdomainsearch.com
6 pointsbeau2 comments
On HN

Comments

I can't imagine this is cheaper than using a dedicated CDN, even with the added expense of an SSL certificate fee. A dedicated CDN will offer hundreds if not thousands of end points that are much closer to your users than the 4 or 5 AWS zones.

Also, there's no need to use Route 53, you can get GeoDNS running under bind with a source patch.

beauOP

CloudFront charges about $600 per month for "Dedicated IP Custom SSL": http://aws.amazon.com/cloudfront/custom-ssl-domains/

CloudFront only has a couple dozen edge locations: https://aws.amazon.com/about-aws/globalinfrastructure/region...

The real beauty of this setup is that the app server is also geographically distributed, and the flexibility to do whatever you want like support SPDY.

Route 53 is convenient because it integrates nicely with other AWS resources.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.