TODO
- Test with circle
- Command should be optional - should use the dockerfile by default
- Figure out multiline in YAML configuration
- Parameterize subnet and security groups from TaskDefinition (should go in AWS Secrets)
- Add delete service - remove rules, target group, and service
- Add scheduler https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks_cli_tutorial.html
Maybe
- Create custom log groups automatically
- Load options from JSON files?
- Do find/replace on task definition instead of setting JSON? (So custom task definition does not get overridden?)
- Do we need grace period?