lantrix / terraform-ecs

Clusters for hosting containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-ecs

Sets up an ECS cluster with Fargate containers

Setup

Remote State

Ensure using S3 remote state

export accountId=$(aws sts get-caller-identity --query Account --output text)
terraform init -backend-config="bucket=terraform-state-${accountId}"

Deploy

terraform plan
terraform apply

About

Clusters for hosting containers

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HCL 100.0%