Skip to content

mukund-p/S3_Static_Website_Hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AWS S3 Static Website Hosting

This project contains examples of hosting static websites using AWS S3.
It includes HTML, CSS, SCSS, and JavaScript files ready for deployment on S3 buckets.


πŸ› οΈ Tech Stack

  • HTML
  • CSS
  • SCSS
  • JavaScript
  • AWS S3 (for static website hosting)

πŸš€ How to Host on AWS S3

  1. Create an S3 Bucket

    • Enable static website hosting.
    • Make the bucket public.
  2. Upload Files

    • Upload your website files (index.html, CSS, JS).
  3. Set Permissions

    • Add a Bucket Policy to allow public access.
  4. Access Website

    • Use the provided S3 website endpoint URL.

πŸ“‚ Folder Structure

S3_Static_Website_Hosting/
β”œβ”€β”€ static_website_example_1/
β”‚ β”œβ”€β”€ index.html
β”‚ β”œβ”€β”€ style.css
β”‚ └── other assets
β”œβ”€β”€ static_website_example_2/
β”‚ β”œβ”€β”€ index.html
β”‚ β”œβ”€β”€ style.scss
β”‚ └── app.js


πŸ“¬ Contact

For any queries, reach me at:
πŸ“§ mukundpatil2001@gmail.com


About

Static website hosting setup using AWS S3 with HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors