Skip to content

Multi-Cloud deployment of HarperDB using Terraform to AWS and Azure

Notifications You must be signed in to change notification settings

makvoid/guide-harperdb-multi-cloud-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HarperDB Multi-Cloud Terraform Deployment

Article Link

Introduction

This repository contains the code and Terraform files required for the Multi-Cloud deployment project I wrote about in this article over on Medium. An ECS container is spun up in India and an Azure Container Instance is created in France. We also use Route53 to setup a DNS record to route the request to the User's closest server.

Requirements

Deployment

To spin up the resources, it can be done in a few simple commands:

cd deployment
terraform init
terraform apply

To destroy the resources at a later date:

terraform destroy

About

Multi-Cloud deployment of HarperDB using Terraform to AWS and Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published