© 2026 Hashnode
By Betty Musari Have you ever copied an S3 link thinking, “Yes! My file is live!” — only for your friend to click it and land on… Google search results instead? 😅 Yep, I’ve been there. I had my nice s3://my-bucket/my-file.png path ready, only to dis...

🔍 Introduction When I first wanted to host a simple static website, I realized AWS offers a powerful yet cost-effective solution using S3 + CloudFront.In this blog, I’ll show you exactly how I set up my first AWS project, step by step. 🏗 Architectu...

🚀 Overview Today, I hosted a Tooplate HTML template as a static website using Amazon S3 (for storage) and CloudFront (for global content delivery). This combo is fast, scalable, and affordable for hosting portfolio sites, landing pages, or documenta...

In this tutorial, we will use AWS services to create a serverless application for a coffee shop. The user (coffee shop owner in this case) can authenticate using AWS Cognito and manage inventory (perform CRUD operations). Github Repo: https://github....

When hosting a static website, AWS provides multiple ways to serve your content efficiently. In this guide, we'll first set up a static website using only Amazon Route 53, and then enhance it by adding SSL (HTTPS) and CloudFront for security and perf...
