AWS on FTP-CLIENT

0

I am new to networking and servers. I want to GET data from the FTP client set up in AWS to the FTP server set up in the company LAN, but the FTP server set up in the company LAN has a local address. Question 1: What should I do to resolve the address? Normally, an FTP client is placed on the company LAN, and FTP communication is performed within the company LAN. After collecting the files, I think it would be good to PUT the data to the FTP server set up in AWS, but I think this is a special case. Question 2: Please tell me the most balanced method and server arrangement.

SUMADA
preguntada hace un año298 visualizaciones
2 Respuestas
0

So you will need to connect the AWS and Company networks together in order to use local addresses.
This can be done via Direct Connect or VPN.

The alternative method is to expose the company FTP server to the internet with a Public IP.
This could be done by a firewall which can also restrict access from your VPC (use EIP on NAT).
Once you have a public IP for the company FTP server you can use that to connect from the cloud.

profile picture
respondido hace un año
0

In addition to Robin's answer, you could also look at the AWS Transfer family to implement a FTP server backed by S3 or EFS.

profile pictureAWS
EXPERTO
kentrad
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas