Docs
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 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!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.