Whynot Blog: Hello AWS and Hugo!

AWS & Hugo
blog hugo aws terraform s3 cloudfront serverless Projects

Hello world, and welcome to this brand new blog!

I made this site to act as a playground for some various ideas, and as a place to post some of my projects. First up is this blog itself, because why not?

This blog is set up with Terraform on AWS, and uses Hugo to generate static content which gets deployed on S3.

A detailed guide on how Terraform was used can be found here: HowTo: Making a static webpage like this blog

Hugo

Hugo is, according to their creators:

"… one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.".

Which seems to be about right so far. This is the first time I’ve used any sort of static page generator, and I selected Hugo on a whim, no real reason. I also found the Minimal theme to be quite nice, but I’ve done some slight modifications on it to make things more functional for my purpose.

For those unfamiliar with the term, a “static page generator” is a toolset to pre-generate web-pages to be used without any serverside processing like PHP, Django, etc. Some of you might have known about the “Save as Webpage” option in MS Word, this is similar, just that it’s usable.

The Hugo config I’ve ended up with so far, and all blog pages can be found here: https://github.com/Anderen2/whynot-blog

Amazon Web Services

To provide the blog a home I selected AWS this time. However I’m likely to experiment around with other providers too, just to get an idea on how they compare. A simplified graph showing the AWS products I’ve used, and their relationships may be viewed below.

As seen, the architecture is quite simple, but it allows for a quite low-cost and performant website.

Terraform

To deploy the AWS products I’ve used Terraform, which is a piece of software which allows you to define your infrastructure as code.

The entire Terraform infrastructure-as-code (IaC) for this very blog may be found here: https://github.com/Anderen2/blog-s3

I have a detailed write-up on how you can create your own blog-page in the same manner here: HowTo: Making a static webpage like this blog

So far …

Addendum: The cost

Now after running the blog for about 3 months, I checked the cost for a month of usage. All hosting expenses for September 2021 (excluding the domain) was a “whopping” 0.12 USD. Of this, 0.02 USD was for S3 storage, and 0.10 were for Route53. Of course, this blog does not have that much traffic, however I believe it’s safe to say that this is quite cost effective nevertheless.