Skip to content

meshhq/terraform-meshhq-ecs-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform ECS Cluster

This repository contains Terrorform configuration files that provide for standing up an AWS Elastic Container Service Cluster, meant for deploying a docker image.

Use

Configure a new VPC.

terraform apply -target=module.vpc

Configure a new ECS Cluster with a service.

terraform apply -target=module.ecs

Configure the auto scaling group and launch configuration via EC2.

terraform apply -target=module.ec2