Sha256: 80cf72b22ffbb274fc1ea5e591fbbe953c664deecdd26b3b4b0177c7ab1f1ce5
Contents?: true
Size: 604 Bytes
Versions: 17
Compression:
Stored size: 604 Bytes
Contents
--- title: ufo tasks register --- The `ufo tasks register` command registers all the generated task definitions in `output/` to AWS ECS. Let's run it: ```sh ufo tasks register ``` You should see something similiar to this: ```sh 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: <img src="/img/tutorials/ecs-console-task-definitions.png" class="doc-photo" />
Version data entries
17 entries across 17 versions & 1 rubygems