About This Project

Objective

The goal is to deploy a static website on AWS S3 using Free Tier resources. The project focuses on cloud storage, hosting setup and permissions configuration to build real-world deployment experience.

Requirements

This project requires an AWS account, an S3 bucket, static files like HTML, CSS & JS can be public access setup, website hosting activation and verification through the public URL for successful deployment testing.

Implementation

The implementation involves creating and configuring an S3 bucket, uploading files, enabling hosting, applying a bucket policy and confirming the website works publicly across browsers using the AWS generated endpoint.

Constraints

The project must use AWS Free Tier only, restrict itself to static content without databases and the bucket should be deleted after evaluation to avoid accidental charges or unauthorized long-term hosting.

Conclusion

This project demonstrates deploying a static site on AWS S3, ensuring practical experience with hosting, permissions and resource management while staying cost-free and simple through Free Tier resources only.