Tutorial
In the next sections, we’ll walk through using ufo in detail. We will ufo-ify a project. Then we’ll go through the step by step process that ufo automated. Normally ufo is not really used in step like fashion like in this tutorial, but going through it step by step really helps to understand how ufo works. Here are the steps we’ll go through:
- We’ll build a docker image by using
ufo docker
. - We’ll build and register the task definitions to ECS with the newly built docker images with
ufo tasks
- Finally, we’ll use
ufo ship
to run through entire process.
Let’s start!
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.