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

demandé il y a 5 mois239 vues
1 réponse
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
répondu il y a 5 mois
profile picture
EXPERT
vérifié il y a 5 mois
profile picture
EXPERT
vérifié il y a 5 mois
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions