AWS glue job as a REST API

0

Hi Team,

I have a task to execute glue jobs from third party scheduler. To accomplish this, is it possible to expose AWS Glue jobs as REST api so that job can be invoked from third party scheduler using REST API url?.

thanks, ADR

asked 4 months ago204 views
1 Answer
0

Hi,

AWS services always have a programmatic API. The REST API for Glue is defined in full details here: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html

All actions that you can do on console can also be done with this API: indeed, the AWS console is itself built on top of those APIs.

To minimize your effort (sigv4 signing, request marshalling, etc.) , I would strongly suggest to use this rest API from one of the SDKs that we supply: https://docs.aws.amazon.com/glue/latest/dg/sdk-general-information-section.html

Best,

Duduer

profile pictureAWS
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • Many thanks Duduer for the response. Can you please elaborate a bit. I am trying to invoke AWS Glue jobs from third party orchestration tool. To do this, we may need Glue job API url. how to generate the url.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions