Sha256: 43602d42b88724f5f673f8eeac55f066d387e2ef4ed1ddae1df29e95b15813a3

Contents?: true

Size: 923 Bytes

Versions: 9

Compression:

Stored size: 923 Bytes

Contents

Examples:

To build the docker image, generate the task definition and ship it, run:

  ufo ship hi-web

By convention the task and service names match. If you need override to this convention then you can specific the task.  For example if you want to ship to the `hi-web-1` service and use the `hi-web` task, run:

  ufo ship hi-web-1 --task hi-web

The deploy will also created the ECS service if the service does not yet exist on the cluster.  The deploy will prompt you for the ELB `--target-group` if you are shipping a web container that does not yet exist.  If it is not a web container the `--target-group` option gets ignored.

The prommpt can be bypassed by specifying a valid `--target-group` option or specifying the `---no-target-group-prompt` option.

  ufo ship hi-web --target-group arn:aws:elasticloadbalancing:us-east-1:123456789:targetgroup/hi-web/jsdlfjsdkd

  ufo ship hi-web --no-target-group-prompt

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ufo-3.1.2 lib/ufo/help/ship.md
ufo-3.1.1 lib/ufo/help/ship.md
ufo-3.1.0 lib/ufo/help/ship.md
ufo-3.0.1 lib/ufo/help/ship.md
ufo-3.0.0 lib/ufo/help/ship.md
ufo-2.3.0 lib/ufo/help/ship.md
ufo-2.2.2 lib/ufo/help/ship.md
ufo-2.2.1 lib/ufo/help/ship.md
ufo-2.2.0 lib/ufo/help/ship.md