TL;DR: Hosting this blog through a secure connection to CloudFront that points to an S3 static website.
The goal of this was to get something a little more formal in terms of showcasing AWS projects and skills. While it is relatively easy to stand up a static site in S3 by default, this provided additional steps to providing
a secure https connection. Despite what it lacks in style, the functionality and what it content outweigh it in my mind and overall do enjoy maintaining it and coming up with new ideas on how to make it more pleasing to the eye.
The things I struggled with here is remembering to switch the records so it doesn't point to the S3 bucket and instead points to the CloudFront Distribution. My goal is to further secure this by implementing origin
access control but last time I tried to perform this I ran into issues of my site not being accessible.