You are here |
vuyisile.com | ||
| | | |
wweb.dev
|
|
| | | | In this part we're going to add CloudFront to deliver our website content with low latency to the user. Afterward, we'll add a domain with HTTPs for our website... | |
| | | |
coornail.net
|
|
| | | | Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default. | |
| | | |
benjamincongdon.me
|
|
| | | | 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. | |
| | | |
raviramanujam.com
|
|
| | thoughts |