Is it possible to call rest API from AWS glue job

0

I have rest API, which I need to call from AWS glue job and read some data from it for my transformation. Is it possible to handle that from AWS glue job.

asked 2 years ago6542 views
1 Answer
0

Currently Glue does not have any in built connectors which can query a REST API directly. However if you can create your own custom code either in python or scala that can read from your REST API then you can use it in Glue job.

Case1 : If you do not have any connection attached to job then by default job can read data from internet exposed Rest API directly.

Case2: If you have glue connection attached to job, then make sure you have route of NAT gw in private subnet so that job can read data from Rest API.

AWS
answered 2 years ago

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