Tue 7 Feb 2012
Amazon CTO Werner Vogels Now Hosts His Blog on Amazon S3 and So Can You
Posted by admin under servicesNo Comments
Amazon is now offering hosting for static Internet websites through S3. It tends to make it feasible now for men and women with blogs and static Internet sites to get the electrical power of Amazon World wide web Providers overall performance.
Its 1st customer? Amazon CTO Werner Vogels.
Sponsor
Here's how Amazon's Jeff Barr explained the new function that Vogels is making use of.
Prior to today, you could host your photographs and video clip on Amazon S3. But hosting a static Internet internet site wasn't sensible as the CNAME to the web site resolved to the S3 bucket.
A internet site hosted on S3 would lead the visitor to the roots of S3 bucket, which would show the info in XML format. As a substitute, clients would host their site on Amazon EC2.
Now, an S3 bucket can be accessed as a Net website. Website visitors accessing root of the Internet site bucket acquire a root document. If an error occurs, the visitor receives an HTML error document as an alternative of an XML error message.
Vogels:
Since a couple of days in the past this weblog serves a hundred% of its content directly out of the Amazon Basic Storage Service (S3) without having the need for a internet server to be involved. Because my blog site is virtually completely static subject material I desired to run in this extremely simple configuration since the launch of Amazon S3. It would allow the blog page to be powered by the amazing scale and reliability of Amazon S3 with a minimum of effort from my side. I know of several other customers who had asked for this tremendously simplifying feature as well. I had held out implementing an substitute to my easy weblog server that had been working at a conventional hosting web site for many years until eventually this favored easy solution grew to become accessible: today marks that day and I couldn't be happier about it.
Vogel says there are nevertheless factors of the blog site that he runs separately such as editing posts, managing feedback and serve search. He says these issues can be run out of a single Amazon EC2 instance.
Easy for the finish-user? Let's just say it's less difficult but genuinely this is for the developer who is familiar with the AWS console and the AWD SDKs.
Vogels:
You will also need to set accessibility handle to make confident that your content is publicly available. I have used a bucket policy to make all documents world readable, but you could create a single that restricts it to referrers, network address array, time of day, and so forth. I can now turn on Amazon Cloudfront, the material delivery service, with a single straightforward click, whenever necessary.
Go over