Skip to content

Enzo0100/terraform-s3-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS S3 Static Site

This repository contains Terraform code to host a static website on AWS S3.

Tech Stack and AWS Services


  • Terraform: Infrastructure as Code (IaC) tool for provisioning and managing AWS resources.
  • AWS S3: Simple Storage Service for storing and serving static website content.
  • CloudFront: Content Delivery Network (CDN) for distributing static content globally and improving performance.
  • Amazon Certificate Manager:

This is a basic example of a Terraform AWS S3 static site. Depending on your requirements, you might need to add more services or modify this architecture.

Prerequisites

How to Use

  1. Navigate to the repository:
cd terraform-s3-website
  1. Configure AWS credentials:
aws configure
  1. Create a Terraform backend:
terraform init
  1. Review changes:
terraform plan
  1. Create the infrastructure:
terraform apply
  1. Destroy the infrastructure:
terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages