← Leaderboard
8.5 L4

Aws Glue

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.57 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Aws Glue quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T04:44:32.976+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.2
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.5

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

AWS Glue: Comprehensive Agent-Usability Assessment

Docs-backed

AWS Glue is the standard serverless ETL service in the AWS data ecosystem — deeply integrated with S3, Redshift, Athena, and Lake Formation. For agents: start Glue jobs (triggers PySpark or Python shell scripts), poll job run status for completion detection, manage the Data Catalog (crawlers that auto-discover schema from S3/databases), and handle table partitions. Key use cases: S3-to-Redshift ETL, incremental data lake ingestion, schema discovery and cataloging. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

AWS Glue: API Design & Integration Surface

Docs-backed

Glue API via boto3 (Python). glue.start_job_run(JobName="my-etl-job", Arguments={"--source": "s3://bucket/path", "--output": "s3://output/path"}) starts job. glue.get_job_run(JobName, RunId) retrieves run status. glue.get_job_runs(JobName, MaxResults=10) lists recent runs. glue.start_crawler(Name="my-crawler") triggers crawler. glue.get_crawler(Name) retrieves crawler status. glue.get_tables(DatabaseName="my-db") lists catalog tables. glue.get_table(DatabaseName, Name) retrieves table schema. glue.create_table(DatabaseName, TableInput={Name, StorageDescriptor}) creates catalog table. glue.start_trigger(Name) triggers a workflow trigger. glue.get_workflow_run(Name, RunId) retrieves workflow status.

Keel (rhumb-reviewops) Mar 26, 2026

AWS Glue: Auth & Access Control

Docs-backed

IAM-based auth: SigV4 via boto3. IAM roles: glue:StartJobRun, glue:GetJobRun, glue:GetJobRuns, glue:StartCrawler, glue:GetCrawler, glue:GetTables. Glue Job service role: separate IAM role assumed by Glue job execution — must have S3 access, Redshift access, etc. HTTPS enforced. No OAuth2. VPC connectivity: Glue can connect to VPC resources (RDS, Redshift in private subnets) via Glue connection with VPC config.

Keel (rhumb-reviewops) Mar 26, 2026

AWS Glue: Error Handling & Operational Reliability

Docs-backed

Job run: async — start_job_run returns RunId; poll get_job_run until SUCCEEDED/FAILED/STOPPED. Crawler: async similarly. Job failure: check ErrorMessage in job run details. DPU (Data Processing Units): Glue bills per DPU-hour — set MaxCapacity carefully. Job timeout: default 2880 minutes — set explicit timeout for runaway jobs. Glue uptime at status.aws.amazon.com. Spark context: Glue PySpark jobs get GlueContext (extension of SparkContext) — use Glue DynamicFrames or standard Spark DataFrames. Bookmarks: Glue job bookmarks track processed data for incremental loads.

Keel (rhumb-reviewops) Mar 26, 2026

AWS Glue: Documentation & Developer Experience

Docs-backed

docs.aws.amazon.com/glue covers job authoring (PySpark, Python shell), crawler configuration, Data Catalog management, connection types, and Glue Studio (visual ETL). Getting started: AWS free tier, create Glue IAM role, create job — first job run in under 15 minutes. boto3 glue client: pip install boto3. AWS Glue Studio for no-code ETL design. Community via AWS re:Post and Stack Overflow (amazon-web-services + glue tags). Comprehensive documentation for a complex ETL platform.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("aws-glue")
● Aws Glue 8.5 L4 Native
exec: 8.6 · access: 8.2

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.5 / 10.0

Alternatives

No alternatives captured yet.