Comment on Build your own CDN on AWS with Route 53parentComments−beauOP12yCloudFront 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.
Comments
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.