Managed DNS like this is interesting. We keep a Slicehost account around because it's DNS manager is top-notch. When the command-line tools get better for this, it might be a good alternative.
Here's where this will rock: if I could sign up for S3, Route 53 and Cloudfront, then deploy a site entirely hosted on AWS. Use Route 53 to point the A records of my domain directly at the Cloudfront distribution and the MX records at Google Apps. Is this possible?
Yes, except you have to use CNAMEs (you're meant to point at your distribution's hostname, not its IP address) so you're out of luck if your site is foo.com rather than www.foo.com.
But S3 doesn't even have "folders"; a bucket is just a mapping from keys (paths) to values (documents). So if you want a document at /foo/bar, just store it at the path /foo/bar.
6 comments
[ 3.8 ms ] story [ 27.1 ms ] threadHere's where this will rock: if I could sign up for S3, Route 53 and Cloudfront, then deploy a site entirely hosted on AWS. Use Route 53 to point the A records of my domain directly at the Cloudfront distribution and the MX records at Google Apps. Is this possible?
The only special case is the root "folder" (i.e. the empty key), which CloudFront does now explicitly support: http://aws.amazon.com/about-aws/whats-new/2010/08/05/cloudfr....