Docs

Overview

Ufo is a tool that makes deploying to AWS ECS easy. Ufo provides a ufo ship command that does this. It 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.
  4. creates an ELB and associates it with the ECS 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.

Learn More

You might like these articles:

Also, the UFO Tutorial Docs provide a detail walkthrough on how each UFO step works.

Pro tip: Use the <- and -> arrow keys to move back and forward.

Edit this page

See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!