Static Website using S3
A simple solution to host a static website using AWS S3 bucket
Related Links
Click the links below to check how I implemented this architecture step by step using Terraform.
Blog: Step by step Static Website using S3
Github Repository: github.com/tales-menezes/Static_Website.git
Estimated Monthly Cost
Any data transferred into S3 is free of charge. You will only pay for data transferred out of S3. Considering it's a static website, the cost of storing the website in S3 is almost zero. 0.05 USD - 0.09 USD per GB of data transferred out of EU( London).
* AWS Pricing Calculator provides only an estimate of your AWS fees and doesn't include any taxes that might apply. Your actual fees depend on a variety of factors, including your actual usage of AWS services.
Brief Description
In this project, I demonstrate how you can deploy a static website using AWS S3 with Terraform. The code automates the entire process, making it easy to replicate the setup for different websites.
Additionally, by using Terraform's infrastructure as code approach, you ensure that your configuration is consistent and scalable.
If you want to host multiple websites or update content, you can easily modify the code and reapply it to update your infrastructure.
Feel free to try this setup and customize it to suit your needs!
Cloud Professional
Optimizing cloud solutions for security and performance.
need a cloud solution?
Let's have a chat:
© 2024. All rights reserved.