ecs_task_run
Run ECS tasks from task definition families to deploy containerized applications on DuploCloud infrastructure, specifying tenant ID, family name, and replica count.
Instructions
Run an ECS task from a task definition family.
Args: tenant_id: The tenant ID to run the task in. family_name: The task definition family name. replicas: Number of task instances to run. Defaults to 1.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| family_name | Yes | ||
| replicas | No |