Explore >> Select a destination


You are here

fernandocorreia.dev
| | fourteenislands.io
9.8 parsecs away

Travel
| | In an earlier blog entry of this series about static website hosting on Amazon Web Services I wrote on the few mistakes Taxi 020-or rather Cabonline Technologies-made in handling their website's infrastructure on AWS and how these mistakes could have been mitigated by leveraging Amazon Simple Storage Service (S3) together with CloudFront. I also wrote that I would come back to the infrastructure as code for static website hosting topic and elaborate on how it can be achieved with CloudFormation templates and CloudFormation stacks in AWS. Here are ready-to-use templates for three alternatives; from the simpler S3 only solution to the more advanced S3 with CloudFront and Lambda@Edge architecture.
| | superchlorine.com
8.3 parsecs away

Travel
| | superchlorine is the home of web developer and occasional comic maker Caroline Liu.
| | benjamincongdon.me
11.6 parsecs away

Travel
| | AWS is a great place to host static content: Bandwidth / hosting costs are very cheap if you're at "hobbyist" scale, you get great availability, and AWS gives you free SSL termination / certificate management for HTTPS if you get everything setup correctly.
| | www.morling.dev
62.3 parsecs away

Travel
| As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?