Setup S3 as a Website

Learn how S3 can host web content


Why?

An often overlooked feature of S3 is its ability to act as a webserver, albeit for static content.

It’s not much of a limitation, however, as the “static” content can itself present a dynamic interaction experience through Javascript and tools such as the AWS Javascript SDK.

This tutorial walks you through the basics of turning an S3 bucket into a webserver.