This project uses Terraform to deploy a fully public static website on AWS S3.
- Creates an S3 bucket with a unique name
- Configures it for static website hosting
- Uploads an HTML file
- Applies the necessary public access policy
- 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, anddestroy
- Terraform
- AWS S3
- Git + GitHub
- macOS Terminal
terraform-s3-static-site/ ├── index.html ├── main.tf ├── README.md ├── screenshot.png └── .gitignore
Let’s build together!
📧 [email protected]
🌐 LinkedIn Profile
