Build my personal blog site - Part 3
In this 3rd article, I will continue from the second article and show you how to deploy my blokaly.com website built with Hugo on to AWS, using HTTPS with CloudFront . For prerequisites and environment setup, please refer to my previous article: first article second article Build First, we need to amend our S3 bucket configuration, making it private and only accessible from CloudFront 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 #------------------------------------------------------------------------------ # S3 bucket to host all website files....