Also, maybe consider configuring a logs bucket for the cloudfront logs?
Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
11–20 of 171 posts
Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#12Nice project. As an aside, I genuinely wonder under which circumstances a CDN will be useful for a static website nowadays. I have a static website that has been on the HN homepage a few times and got picked up by the Chrome mobile recommendations and a nginx/https with slightly tweaked configuration never had a problem handling the traffic even on the smallest DO droplet. Edit: Thanks for these replies.
Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#13Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#14Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#15Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#16Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#17Nice project. As an aside, I genuinely wonder under which circumstances a CDN will be useful for a static website nowadays. I have a static website that has been on the HN homepage a few times and got picked up by the Chrome mobile recommendations and a nginx/https with slightly tweaked configuration never had a problem handling the traffic even on the smallest DO droplet. Edit: Thanks for these replies.
The CDN makes the site load faster by caching the content on edge nodes close to the client. It’s not for taking load off the origin, but purely for network latency.
Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#18TL;DR this is an AWS stack with 10 AWS services required to build/deploy a static site with HTTPS/CDN I will be staying with netlify
I’m confident I could figure out how how to do something much more complicated. But I want to focus on other things and it’s nice to not have to think about it.
Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains
#19Nice project. As an aside, I genuinely wonder under which circumstances a CDN will be useful for a static website nowadays. I have a static website that has been on the HN homepage a few times and got picked up by the Chrome mobile recommendations and a nginx/https with slightly tweaked configuration never had a problem handling the traffic even on the smallest DO droplet. Edit: Thanks for these replies.