Categorygithub.com/CrystallizeAPI/go-ecs-deploy
modulepackage
0.0.4
Repository: https://github.com/crystallizeapi/go-ecs-deploy.git
Documentation: pkg.go.dev

# README

Go ECS Deploy

A simple script for redeploying services on AWS.

Prerequisites

  • Valid AWS credentials as well as an AWS_DEPLOY_ROLE_ARN environment variable to assume.
  • An existing task definition in ECS - this won't be created for you.

Installation

go get github.com/CrystallizeAPI/go-ecs-deploy

Usage

go-ecs-deploy -cluster <cluster-name> -service <service-name> -region <aws-region>