← All posts
postJune 3, 2026
AWS Glue — serverless ETL in plain words
#aws#glue#etl
AWS
AWS Glue is featured in 78% of mid-level AWS Data Engineer job postings on LinkedIn (2025), making it the second most-required AWS service after S3.
📚 LinkedIn Jobs analysis 2025
AWS Glue is a managed service that runs Spark or Python ETL jobs on demand. You hand it a script, point it at your data sources, and it spins up compute, runs the job, and shuts down — you only pay for the seconds it ran.
It also includes a Data Catalog that tracks the schema of every dataset across S3, RDS, and Redshift. This catalog feeds Athena (SQL on S3), Lake Formation (governance), and Redshift Spectrum. For a junior DE, Glue is the easiest way to run real pipelines on AWS without managing infrastructure.