Skip to content

aws-static-hosting-v1

Latest
Compare
Choose a tag to compare
@krishanthisera krishanthisera released this 25 Jul 00:27
· 9 commits to main since this release
aee990a

Release Note - Version 1.0.0

Introduction

This repository serves as a sample infrastructure as code (IaC) project utilizing Terraform to host a static website or blog. The main focus of this setup is to support hosting static websites with the Astro framework, while also being applicable to any other static site.

Key Features

  • Infrastructure as Code using Terraform for seamless deployment and scalability.
  • Support for hosting static websites built with the Astro framework.
  • Flexibility to host any type of static website or blog.
  • Easy customization and configuration for individual project needs.

Installation

To get started with this project, follow these steps:

  1. Clone the repository: https://github.com/krishanthisera/aws-static-hosting.git
  2. Navigate to the project directory: cd aws-static-hosting/
  3. Set up the required variables and configurations in the terraform.tfvars file.
  4. Run terraform init to initialize the Terraform project.
  5. Use terraform apply to create and deploy the infrastructure for your static website.

What's Changed

New Contributors

Full Changelog: https://github.com/krishanthisera/aws-static-hosting/commits/aws-static-hosting-v1