ufo tasks register
Usage
ufo tasks register
Description
Register all built task definitions in ufo/output folder.
The ufo tasks register command registers all the generated task definitions in output/ to AWS ECS. Let’s run it:
ufo tasks register
You should see something similiar to this:
demo-clock task definition registered.
demo-web task definition registered.
demo-worker task definition registered.
You can verify that the task definitions have been registered properly by viewing the AWS ECS Console Task Definitions page. You should see something similar to this:

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.