Sha256: 7f1065c81acc65e4f5ae675fed04a5425b385d69e89f599d5bc338d3b584f872
Contents?: true
Size: 602 Bytes
Versions: 28
Compression:
Stored size: 602 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
28 entries across 28 versions & 1 rubygems