๐ AWS S3 Static Website Project
๐ Project Overview
This is my first cloud computing project where I deployed a simple website using Amazon S3.
The goal of this project was to understand how cloud storage works and how to host a website on AWS.
๐ What I Built
- A simple HTML webpage
- Uploaded it to an S3 bucket
- Enabled static website hosting
- Made the website accessible through a public URL
๐ ๏ธ Tools & Services Used
- Amazon S3 (Simple Storage Service)
- HTML
- AWS Management Console
๐ Live Demo
"View Website" (https://nullghost.s3.eu-north-1.amazonaws.com/index.html)
๐ธ Screenshots
S3 Bucket https://github.com/Stechills/aws-s3-static-website/blob/main/Screenshot%202026-05-05%20015432.png
Website Output https://github.com/Stechills/aws-s3-static-website/blob/main/Screenshot%202026-05-05%20022203.png
HTML script https://github.com/Stechills/aws-s3-static-website/blob/main/Screenshot%202026-05-05%20015033.png
๐ง What I Learned
- How to create and configure an S3 bucket
- How to upload files to AWS
- How to enable static website hosting
- How to make files publicly accessible
- Understanding S3 permissions
- Fixing "Access Denied" errors
โ Conclusion
This project helped me understand the basics of cloud computing and hosting a simple website on AWS.
I plan to improve this by adding more features and using other AWS services.