Build your own CDN on AWS with Route 53(instantdomainsearch.com)
instantdomainsearch.com
Build your own CDN on AWS with Route 53
https://instantdomainsearch.com/articles/build_your_own_cdn/
2 comments
[deleted]
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.
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.
Also, there's no need to use Route 53, you can get GeoDNS running under bind with a source patch.