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

preguntada hace 5 meses240 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 5 meses
profile picture
EXPERTO
revisado hace 5 meses
profile picture
EXPERTO
revisado hace 5 meses
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas