7Factor / terraform-aws-concourse

Terraform Module for a distributed concourse cluster on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redesign to support cloud-init and auto-scaling

jduv opened this issue · comments

Redesign deployment to support ASGs and cloud init in case an instance is stopped.

After thinking about this I think the easiest way to manage this is to convert everything over to containers, including the postgres instance. I'll wire a ticket up for that, but that way all our user-data script are simply running a container. Also, we should ensure we use an ECS optimized AMI in AWS.