Sha256: 1c64108d1a9799470f4b6ac570dbeb7c73ed7262656fbb4644a7bf556c66a8a3
Contents?: true
Size: 1.01 KB
Versions: 14
Compression:
Stored size: 1.01 KB
Contents
--- title: Docs --- ### Overview Ufo is a tool that makes building and shipping Docker containers to AWS ECS super easy. Essentially, ufo builds the docker container image, registers that image to ECS as a task definition, and then deploys that registered task definition to ECS by updating the service. Ufo provides a `ufo ship` command that does all of this. 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
14 entries across 14 versions & 1 rubygems