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.

질문됨 2년 전6779회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠