bryantrobbins / baseball

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

Infra updates #78

Closed diffley closed 7 years ago

diffley commented 7 years ago
  1. Updated 'cloud.json' template to reference current ECS AMI.
  2. Updated 'create.sh', 'update.sh', and 'delete.sh' to provide a bit more user flexibility and output logging.

Re: 1: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html The current Amazon ECS-optimized AMI (amzn-ami-2016.09.g-amazon-ecs-optimized) consists of: The latest minimal version of the Amazon Linux AMI The latest version of the Amazon ECS container agent (1.14.1) The recommended version of Docker for the latest Amazon ECS container agent (1.12.6) The latest version of the ecs-init package to run and monitor the Amazon ECS agent (1.14.1-1)

bryantrobbins commented 7 years ago

This looks sharp! Thanks for the PR.