Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

ECS Cluster hosted on AWS deployed with terraform

Notifications You must be signed in to change notification settings

theotow/terraform-multi-tenant-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform multi tenant ecs

This is a basic setup of an ecs cluster with one task definition to run an multi tenant webapp on.

Run the setup

  1. fill in the blanks
  2. make sure you create the zone for your domain already in route53
  3. terraform init
  4. terraform apply -var-file=./variables.json -auto-approve

Destroy setup

terraform destroy -var-file=./variables.json -auto-approve

About

ECS Cluster hosted on AWS deployed with terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages