> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run AWS ECS Task

> Add a Run AWS ECS Task command to a Paradime Bolt schedule to launch ECS task definitions from the Paradime CLI as part of your dbt™ pipeline.

Run one or more AWS ECS task definitions on a cluster from a Bolt schedule to execute containerized work as part of your pipeline.

## Prerequisites

* AWS connected as a [workspace integration](/integrations/aws-ecs). AWS credentials are taken from that integration.

## Usage

Add the **Run AWS ECS Task** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime AWS ECS CLI](/developers/paradime-cli/aws-ecs-cli):

```bash theme={"system"}
paradime run aws-ecs-trigger --cluster=my-cluster --task-definitions=my-task
```

Use `--launch-type=`, `--subnets=`, and `--security-groups=` as needed.

## Learn more

See the [Paradime AWS ECS CLI](/developers/paradime-cli/aws-ecs-cli) for the full command and flag reference.


## Related topics

- [AWS ECS](/integrations/aws-ecs.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [AWS ECS CLI](/developers/paradime-cli/aws-ecs-cli.md)
- [Integrations](/integrations/index.md)
- [AWS Lambda](/integrations/aws-lambda.md)
