Feat: ECS container status updating (#831)

* Uptick boto3 version to version supporting ECS container instance state changes

* Add initial status update

* Only place tasks on active instances

* PEP8 cleanup
This commit is contained in:
Guy Templeton 2017-03-05 03:30:36 +00:00 committed by Steve Pulec
commit 7d75c3ba18
4 changed files with 103 additions and 41 deletions

View file

@ -5,6 +5,6 @@ sure==1.2.24
coverage
freezegun
flask
boto3>=1.3.1
boto3>=1.4.4
botocore>=1.4.28
six