ecsctl

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2015 License: MIT Imports: 8 Imported by: 0

README

ecsctl

ecsctl - rolling deployments on AWS ECS service.

Demo

demo

Usage

ecsctl [--cluster <cluster name>] [--region <aws region>] rolling-update <service> [--timeout 60] [--update-period 45] [--instance-count 3] [--image <new image>]

For example:

ecsctl --cluster frontend rolling-update nginx --image nginx:2433e41

This will create a new service called nginx-blue with the task updated to the image: nginx:2433e41

Running again:

ecsctl --cluster frontend rolling-update nginx --image nginx:latest

This will create a new service called nginx-green with the task updated to the image: nginx:latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL