Hosting a static website on AWS S3 using Route 53 and Terraform

None of this is new. S3 has been around since 2006, Route 53 since 2010, and Terraform since 2016. This isn’t even the best way to do it. This is simply iteration 1 for getting a website accessible. There are many improvements to be made here

Starting with a basic index.html we need to be able to serve that to the world, there are a few things that are needed to make that happen

Continue reading Hosting a static website on AWS S3 using Route 53 and Terraform