Skip to content

EHale24/terraform-s3-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☁️ Terraform S3 Static Website

This project uses Terraform to deploy a fully public static website on AWS S3.


🚀 What It Does

  • Creates an S3 bucket with a unique name
  • Configures it for static website hosting
  • Uploads an HTML file
  • Applies the necessary public access policy

🌐 Live Demo

📸 Screenshot

Live Website Screenshot


🧠 What I Learned

  • How to define infrastructure as code using Terraform
  • Automate the deployment of AWS S3 buckets
  • Work with bucket policies and static site configuration
  • Understand terraform init, apply, and destroy

🧰 Tools Used

  • Terraform
  • AWS S3
  • Git + GitHub
  • macOS Terminal

📂 File Structure

terraform-s3-static-site/ ├── index.html ├── main.tf ├── README.md ├── screenshot.png └── .gitignore

🤝 Connect With Me

Let’s build together!
📧 [email protected]
🌐 LinkedIn Profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published