title | nav_order |
---|---|
Docs |
10 |
Overview
Ufo is a tool that makes deploying to AWS ECS easy. Ufo provides a ufo ship
command that does this. It essentially:
- ufo builds the docker container image
- registers that image to ECS as a task definition
- deploys that registered task definition to ECS by updating the service.
- 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:
- UFO and ECS Fargate Introduction Tutorial
- UFO ECS Deploy Tool Introduction
- UFO How to Create Unlimited Extra Environments
- UFO Version 4 Release: Load Balancer Support
- Heroku vs ECS Fargate vs EC2 On-Demand vs EC2 Spot Pricing Comparison
Also, the [UFO Tutorial Docs]({% link _docs/tutorial.md %}) provide a detail walkthrough on how each UFO step works.
{% include prev_next.md %}