simple-ecs-restart-cli
v1.2.0
Published
Simply Restart Service: for local development, red/green, without creating a new task definition
Downloads
29
Readme
Simple ECS restart CLI

Features
This is a CLI for simple-ecs-restart
It has serious trade-offs. This is considered for local development only.
- Red/green deployment. 1 -> 0 -> 1
- With the same task definition
- So it will pickup newest
latesttag of docker image
If you want more features, such as green/blue deployment, setting env vars, different tags then look at ecs-deploy project.
Usage
It requires same env vars as aws-sdk
$ npm i -g simple-ecs-restart-cli
$ ser
# Follow the wizard