ELT & data integration · Amazon Web Services

AWS Glue

Serverless AWS ETL service using Apache Spark under the hood, billed per Data Processing Unit-hour with no infrastructure to manage.

AWS Glue is a serverless data integration service for discovering, cataloging and transforming data across AWS and external sources. Its Data Catalog acts as a persistent, Hive-compatible metadata store shared by other AWS analytics services (Athena, Redshift Spectrum, EMR); Crawlers populate it automatically from S3, JDBC or other sources. ETL jobs run on managed Apache Spark or Python shell environments without provisioning clusters, and Glue Studio provides a visual, drag-and-drop job authoring interface alongside a code-first option. Because it bills per Data Processing Unit-hour (DPU-hour) rather than a fixed subscription, cost scales directly with job runtime and parallelism, which suits variable or bursty batch workloads more than steady, high-frequency pipelines where a flat-fee tool may be cheaper.

At a glance

Vendor Amazon Web Services
Pricing model Usage-based
Free tier Yes
Deployment Cloud
Open source No
Best for AWS-native teams needing serverless, pay-per-use ETL and a shared metadata catalog across analytics services.

Pricing

Billed per Data Processing Unit-hour (DPU-hour) for ETL jobs and crawlers, by the second; Data Catalog storage and requests are free up to the first million objects/accesses monthly.

Plan Price Notes
ETL jobs & crawlers $0.44 per DPU-hour Billed per second, with a minimum job duration; rate varies by AWS Region
Data Catalog Free for first 1M objects and 1M requests/month $1.00 per 100,000 objects and $1.00 per million requests beyond the free tier
DataBrew $1.00 per 30-min interactive session; $0.48 per node-hour for jobs Visual data preparation add-on

Prices read from the vendor's own page on September 21, 2026. Vendors change prices; check the source before you budget.

Features

  • Serverless Apache Spark and Python ETL jobs
  • Auto-populated Hive-compatible Data Catalog
  • Crawlers for automatic schema discovery
  • Visual job authoring via Glue Studio
  • Zero-ETL integrations with other AWS services
  • Glue DataBrew for no-code data preparation
  • Schema Registry for streaming data

Integrations

Profile last reviewed September 21, 2026

Alternatives

AWS Glue in the index now

Terms to know

Related guides