ecs-deploy

command module
v1.0.0-beta-4 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2018 License: MIT Imports: 13 Imported by: 0

README

ecs-deploy

This is an app to make it easier to update the image of already created ECS tasks.

Installation

Build Status

Download a release and put the binary on your path.

To Use

Once the binary is on your systems path you can just call

> ecs-deploy <options>
Command line Arguments

Currently supported

  -cluster string
        ECS Cluster (default "cluster")
  -container string
        container to update (for use with multi container tasks)
  -count int
        Number of desired -1 means ignored (default -1)
  -cpu int
        Update CPU -1 means ignored (default -1)
  -credFile string
        Full path to credentials file (default "C:\\Users\\cvodak\\.aws\\credentials")
  -family string
        Task Family - if not provided service name is used
  -image string
        Image to run (default "image")
  -memory int
        Update Memory -1 means ignored (default -1)
  -noWait
        Disable waiting
  -profile string
        Credential Profile To Use (default "default")
  -region string
        AWS Region (default "us-east-1")
  -service string
        ECS Service to update (default "service")
  -taskName string
        Task ARN to update (optional)
Development
Tests
Docker
TODO
  • Allow mem and cpu updates
  • If only one image make container not needed
  • Tests

License

MIT

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