enthought / terraform-modules

Reusable terraform modules
BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

Create docker cluster module based on brood staging stack #2

Closed mplanchard closed 6 years ago

mplanchard commented 6 years ago

Create an AWS docker cluster module based on the existing brood-staging-stack definition in the enthought terraform repo.

The module should be responsible for creating/updating a cluster, linking to an existing VPC, and setting up a DNS address to access the cluster.

Outputs should include the outputs from the Docker cloudformation template, plus a list of created instance ARNs, and the ARN of their instance profile. Maybe other things too.

Part of enthought/brood#1536

mplanchard commented 6 years ago

Completed by #4