> ## 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.

# AWS Glue

> Trigger AWS Glue workflows and jobs from Paradime Bolt schedules and the CLI so you can orchestrate serverless ETL pipelines alongside your dbt runs.

[AWS Glue](https://aws.amazon.com/glue/) is a serverless data integration service for discovering, preparing, and combining data for analytics and ETL. Trigger AWS Glue workflows and jobs as part of your Paradime Bolt schedules using the Paradime CLI.

## What you can do

* Trigger one or more Glue workflows from a Bolt schedule
* Trigger one or more Glue jobs (ETL jobs) from a Bolt schedule
* List available Glue workflows with their status
* List available Glue jobs with their status

## Prerequisites

* AWS credentials: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`, and optionally `AWS_SESSION_TOKEN` for temporary credentials

## Trigger from Bolt

Set your credentials as [environment variables](/products/settings/environment-variables/bolt-schedule-env-variables) on your Bolt schedule, then run the command as part of the schedule.

See the full command reference, flags, and examples in the [AWS Glue CLI](/developers/paradime-cli/aws-glue-cli) documentation.


## Related topics

- [AWS Glue CLI](/developers/paradime-cli/aws-glue-cli.md)
- [AWS ECS](/integrations/aws-ecs.md)
- [AWS Lambda](/integrations/aws-lambda.md)
- [AWS Lambda CLI](/developers/paradime-cli/aws-lambda-cli.md)
- [AWS ECS CLI](/developers/paradime-cli/aws-ecs-cli.md)
