简体   繁体   中英

How to connect FTP server through AWS Glue

I have wrote python shell script in AWS GLUE using paramiko client to connect to FTP server, but connection is failing as FTP server owner has not given access to the VPC.

Now I need to add a su.net for Glue, so that I can provide that su.net IP to the FTP owner so he can provide access to the GLUE service, but I am not able to find out how to map or add that su.net to glue or create a su.net for Glue

Can someone help me with this?

You can do the following to get an Elastic IP for the Glue and then whitelist in your FTP service.

  1. Add a development endpoint

  2. Choose proper VPC, Su.net and Security Group while creating an endpoint.

    在此处输入图像描述

  3. Create an Elastic IP, and attach to the Glue Endpoint. Refer Access a development endpoint by attaching an Elastic IP address

  4. Use this Elastic IP for whitelisting in FTP service.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM