> ## 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 to orchestrate serverless ETL and data prep alongside your dbt™ transformations.

[AWS Glue](https://aws.amazon.com/glue/) is a serverless data integration service for discovering, preparing, and combining data for analytics and ETL. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

## What you can do

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

## Prerequisites

* An IAM user or role with permissions to run the relevant Glue actions (for example, `glue:StartWorkflowRun`, `glue:StartJobRun`).

## Set up

Paradime authenticates to AWS with your IAM credentials. Set them as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):

| Variable                | Required | Description                                                  |
| ----------------------- | -------- | ------------------------------------------------------------ |
| `AWS_ACCESS_KEY_ID`     | Required | Access key ID for an IAM user or role.                       |
| `AWS_SECRET_ACCESS_KEY` | Required | Secret access key for the IAM user or role.                  |
| `AWS_REGION`            | Required | AWS region your resources are in (for example, `us-east-1`). |
| `AWS_SESSION_TOKEN`     | Optional | Session token, only for temporary credentials.               |

## Trigger from Bolt

Add the [Run AWS Glue](/products/bolt/creating-schedules/command-settings/aws-glue) command to a schedule. For the full command reference, flags, and examples, see the [AWS Glue CLI](/developers/paradime-cli/aws-glue-cli).


## Related topics

- [AWS Glue CLI](/developers/paradime-cli/aws-glue-cli.md)
- [Run AWS Glue](/products/bolt/creating-schedules/command-settings/aws-glue.md)
- [Integrations](/integrations/index.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [New Bolt command integrations](/changelog/2026-07-22/bolt-command-integrations.md)
