Static Website Hosted on Aws S3 Bucket

Md. Shafiur Rahman
3 min readJun 20, 2024

--

GitHub : MdShafiurRahman0/static-website-hosted-on-aws-S3-bucket (github.com)

Simple HTML Page Hosted on AWS S3!

Hey everyone! πŸ‘‹

I’m excited to share my latest project where I created and hosted a simple HTML page with an image on Amazon S3 as a static website. πŸŽ‰

Project Highlights:

1. HTML : Designed a minimalistic HTML page to showcase a beautiful image.
2. Amazon S3: Leveraged Amazon S3’s static website hosting feature to make the page publicly accessible.
3. Bucket Policy: Configured the S3 bucket policy to ensure the website is secure yet accessible to everyone.

Step 1: Create Bucket

Step 2: Enable Static Website Hosting

Step 3: Write index.html file

Step 4: Enable Public Access

Step 5: Write Bucket Policy

Step 6: Upload main files

Step 7: Website is hosted on S3 Successfully

What I Learned:

How to create and style a basic HTML page.

- Setting up an Amazon S3 bucket for static website hosting.

-Configuring bucket policies to manage access and permissions.

Why This Matters:

Hosting static websites on Amazon S3 is an efficient and cost-effective way to deploy simple web pages. This project demonstrates my ability to use cloud services to deliver web content swiftly and securely.

Feel free to leave your thoughts and feedback in the comments. I’m looking forward to hearing what you think! 😊

#WebDevelopment #HTML #AWS #AmazonS3 #CloudComputing #TechSkills #WebHosting #ProjectShowcase

--

--