ecs-refresh

Small tool to kick off ECS blue/green deployments


Keywords
ECS, AWS
License
Apache-2.0
Install
pip install ecs-refresh==1.2

Documentation

ecs-refresh

Python tool for kicking off blue/green deploys on Amazon ECS (Fargate support added 06.15.2018)

Usage

To Install:

pip install ecs-refresh

Example of usage:

user@host:/$ ecs-refresh
Usage: ecs-refresh [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  deploy
  rollback

To deploy a refresh of "MyService" on ECS Cluster "MyCluster" for example:

user@host:/$ ecs-refresh deploy --cluster MyCluster --service MyService