Skip to main content
  1. Posts/

Series - Host a static website on AWS S3

·153 words·1 min· loading · loading ·
The indie coder
Author
The indie coder
Software Engineer
Host a static website on AWS S3 - This article is part of a series.
Part 0: This Article

Hosting a static website on AWS S3 is quite easy. You upload your website to an S3 bucket, enable the static website hosting option and voila, your website is up and running in less than 5 minutes.

The truth is, when you make your website live, in many cases, you might want use a domain name for it instead of Amazon S3 web endpoints and definitely use HTTPS instead of HTTP.

To host a website on AWS S3 and have all the aforementioned elements in place, there is a risk of getting lost in numerous details and AWS documentation pages.

With this series, I am going to try to streamline the process by condensimg all the required information into 4 articles, along with 1 special article about costs analysis.

I hope this series will be helpful. Enjoy it! 🚀

If you have questions or would like to provide feedback, email me at martina.theindiecoder@gmail.com.

Host a static website on AWS S3 - This article is part of a series.
Part 0: This Article