bryantrobbins / baseball

An upcoming web-based tool for sabermetrics.
Apache License 2.0
22 stars 9 forks source link

Add ECS and ECR components to CloudFormation #24

Closed bryantrobbins closed 8 years ago

bryantrobbins commented 8 years ago

Need at least an ECS cluster and ECR repository in the Standard template (https://github.com/bryantrobbins/standard-aws).

Create a new CF template specific to baseball which defines ECS Tasks for each Docker-hosted component (UI, API, and Worker containers).

bryantrobbins commented 8 years ago

ECR repo, ECS cluster, and ECS cluster instances now getting successfully created when initial CloudFormation is run.

I'm going to split the remaining work implied by this ticket into its own little issues.