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 subnet for Glue , so that I can provide that subnet 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 subnet to glue or create a subnet for Glue
Can someone help me with this?