Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.95 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.95 KB

IBM Terraform Automation

Terraform AWS React

IBM Terraform Automation is a project that automates the building of a network and the deployment of a web application using Terraform. Specifically, this project deploys a React application on an AWS VPC.

Prerequisites

Install AWS CLI

Setup AWS credentials

Install Terraform CLI

Usage

In main.tf, change the backend to fit your needs.

After running the below:

terraform init
terraform plan
terraform apply

The terminal should have output containing the domain name of the application:

output: hostname.com

Infrastructure

The infrastructure is as below: Infrastructure image

About

This project was developed in under 3 months. This project was made for the Rensselaer Center for Open Source. The project was developed by Hazel Yu, Ritika Brahmadesam, Tyler Du, Arnav Mukherjee mentored by IBM Principal Cloud Architect Pandikumar(Kumar) Swamikrishnan.

License

MIT