SYSTEM Cited by 1 source
AWS Glue for Ray¶
AWS Glue for Ray is AWS's managed serverless systems/ray runtime, a subflavor of systems/aws-glue. Announced as part of making Ray accessible without building your own serverless-job management layer on EC2 + DynamoDB + SNS + SQS + S3.
Why it matters¶
Amazon BDT's 2021 serverless Ray architecture used systems/aws-ec2 + systems/dynamodb + systems/aws-sns + systems/aws-sqs + systems/aws-s3 — built from scratch because no managed option existed. Glue-for-Ray and systems/anyscale-platform now close that gap for new Ray users.
Seen in¶
- sources/2024-07-29-aws-amazons-exabyte-scale-migration-from-apache-spark-to-ray-on-ec2 — explicitly called out alongside Anyscale as the reason "Ray users no longer need to build their own serverless Ray job management system from scratch."
Related¶
- systems/ray — the framework.
- systems/aws-glue — parent serverless-compute service.
- systems/anyscale-platform — commercial peer.