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

質問済み 5ヶ月前239ビュー
1回答
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
エキスパート
回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 5ヶ月前
profile picture
エキスパート
レビュー済み 5ヶ月前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ