ecs_service_update
Update Docker images for ECS task definitions to deploy new application versions in DuploCloud infrastructure.
Instructions
Update the image of an ECS service's task definition.
Args: tenant_id: The tenant ID containing the ECS service. name: The task definition family name. image: The new Docker image to deploy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| name | Yes | ||
| image | Yes |