# Static Website on AWS S3
## ๐ Overview
This project demonstrates how to build a simple cloud-based file upload system using Amazon S3.
Users can upload files through a web portal, which are securely stored in an S3 bucket using proper access control.
## ๐๏ธ Architecture

## โ๏ธ Services Used
- Amazon S3
- Bucket Policies
- IAM (basic access control)
- Web Portal (simulated)
## ๐ Security
- Configured bucket policy to control access
- Restricted public access where needed
- Allowed secure upload permissions
## ๐ What I Learned
- How to configure S3 buckets
- How to write and apply bucket policies
- Managing secure access to cloud storage
## ๐ Project Files
- architecture-diagram.png
- bucket-policy.json