Head for the Cloud

Keeping the Cloud simple.

Hosting a Hugo static website in AWS

2023-03-07 8 min read AWS Terraform Hugo Simon
This post is part of a series about hosting a static website, and I’ll be talking about the infrastructure needed to host the website in AWS, and how to deploy via infrastructure as code (IaC). In this post, we’ll use Terraform to describe the infrastructure we want to deploy Our infrastructure I use Hugo to run this blog - it generates static HTML pages based on files written with Markdown which means that I don’t need to worry about running servers. Continue reading