Categorygithub.com/jacoelho/ecsctl
modulepackage
1.0.1
Repository: https://github.com/jacoelho/ecsctl.git
Documentation: pkg.go.dev

# 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

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author