Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabkumar7/terraform-aws-s3-static-site
Host a static website on AWS S3 with Terraform as IaC.
https://github.com/rishabkumar7/terraform-aws-s3-static-site
aws s3-website terraform
Last synced: 2 days ago
JSON representation
Host a static website on AWS S3 with Terraform as IaC.
- Host: GitHub
- URL: https://github.com/rishabkumar7/terraform-aws-s3-static-site
- Owner: rishabkumar7
- License: mit
- Created: 2023-07-06T03:31:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:06:05.000Z (8 months ago)
- Last Synced: 2024-05-08T00:27:19.054Z (6 months ago)
- Topics: aws, s3-website, terraform
- Language: HCL
- Homepage:
- Size: 244 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform AWS S3 Static Site
Host a static website on AWS S3 with Terraform as Infrastructure as Code.
## Architecture
![Static Site on AWS with Terraform](images/terraform-aws-static-site-diagram.png)
## Tech Stack and AWS Services used
- Terraform for IaC
- AWS S3
- CloudFront
- Route53 (optional)## More resources
- [Static Site on Azure with Terraform](https://github.com/rishabkumar7/terraform-azure-static-site)
- [Static Site on GCP with Terraform](https://github.com/rishabkumar7/freecodecamp-terraform-with-gcp)## Author
[Rishab Kumar](https://youtube.com/@rishabincloud)