Sha256: a5566f196ff15316326da54e084c07526da73a36972787e71d8bc9472d879a63
Contents?: true
Size: 598 Bytes
Versions: 19
Compression:
Stored size: 598 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 hi-clock task definition registered. hi-web task definition registered. hi-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
19 entries across 19 versions & 1 rubygems