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
gefragt vor einem Jahr297 Aufrufe
2 Antworten
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
beantwortet vor einem Jahr
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
EXPERTE
kentrad
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen