AWS Transfer Family
Learn how to transfer files to AWS Storage services using SFTP, FTPS, FTP, and AS2 protocols.
We'll cover the following...
The AWS Transfer Family is a service that provides secure and managed file transfer capabilities. It simplifies moving files to and from AWS Storage services like Amazon S3 or Amazon EFS. It securely transfers data using protocols like SFTP, and FTPS while seamlessly integrating with the existing security measures. This means we can migrate and automate file transfers without disrupting the users or applications; everything works the same way behind the scenes.
It supports the following protocols:
SFTP (Secure File Transfer Protocol): This is a secure version of FTP (File Transfer Protocol) that encrypts both data and commands during transfer, ensuring confidentiality and integrity. ...