Sha256: 9334769d4673b2c0d777176bef79c0450ca4e4cccdbd87a167589978a9dbf1d8

Contents?: true

Size: 1 KB

Versions: 5

Compression:

Stored size: 1 KB

Contents

---
title: Docs
---

### Overview

Ufo is a tool that makes building and shipping Docker containers to AWS ECS super easy. Ufo provides a `ufo ship` command that does this. Essentially:

1. ufo builds the docker container image
2. registers that image to ECS as a task definition
3. deploys that registered task definition to ECS by updating the service.

Ufo was built directly from real life production use cases after seeing the same patterns repeated over and over. Ufo enables you to write the AWS task definition json format file in ERB, an easy templating language.  This allows you to reuse the ufo tool with multiple applications and only put the truly application specific business logic in each app code base.

Next we'll cover different ways to install ufo.

<a id="prev" class="btn btn-basic" href="{% link quick-start.md %}">Back</a>
<a id="next" class="btn btn-primary" href="{% link _docs/install.md %}">Next Step</a>
<p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ufo-3.1.2 docs/docs.md
ufo-3.1.1 docs/docs.md
ufo-3.1.0 docs/docs.md
ufo-3.0.1 docs/docs.md
ufo-3.0.0 docs/docs.md