
🌐 Hosting a Static Website on AWS S3
📝 Project Overview In this project, I deployed a fully functional static website using Amazon S3 (Simple Storage Service). This task introduced me to cloud-based storage, object permissions, and static site hosting—core skills for cloud computing and web deployment. 🎯 Objectives Learn how to create and configure an S3 bucket Upload and serve static content (HTML, CSS) Set object-level permissions for public access Enable static website hosting on S3 🛠️ Tools & Technologies ...