

Select the security group assigned to your EC2 instance. Log in to the AWS EC2 Management Console and select Security Groups from the navigation tree on the left. Next, you’ll need to open up the FTP ports on your EC2 server. Step 2 - Open up the FTP ports on your EC2 instance yum update -y //to update your server to latest stable release yum install vsftpd // to install the ftp plug-ins. Click here to know the logging procedure to EC2 instance. Login to your AWS EC2 instance via terminal. You can drag and drop to transfer the files between the remote machine and your local computer.When I need to send or receive data/files from one system to another system in a secure way, in my mind there is only one protocol which is FTP(File Transfer Protocol).įile Transfer Protocol ( FTP) is a standard network protocol used for the transfer of computer files between a client and a server on a computer network.īelow are the basic steps to set up an FTP on AWS EC2 instance(I’m using Amazon Linux AMI) Step 1 - Getting started Now you have logged in the Amazon Instance. There will be a dialogue box to ask you about “Unknown host key”, just click “OK”. SFTP is SSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) thus it works on same port 22 as ssh. For RHEL5, the user name is often root but might be ec2-user. User: For Amazon Linux, the default user name is ec2-user. Browse to, and select the PEM file that Amazon provided you.

Host: Your public DNS name of ec2 instance, or the public IP address of the server Inside Filezilla, go to your settings page and select SFTP. Protocol: SFTP Logon Type: Normal User: From the docs: For Amazon. Then Open Site Manager and Add a new site. Host: Your public DNS name of your EC2 instance, or the public IP address of the server. If not, then click “Add keyfile…” and select the converted file. If the new file is shown in the list of Keyfiles, then continue to the next step.

Click Yes, then give the file a name and store it somewhere. pem file and select it.Ī message box will appear asking your permission to convert the file into ppk format. Step 1 Download Filezilla and Configure First of all, you need to install and configure filezilla in your ubuntu, windows and mac system. Open FileZilla and Got to Edit/Preferences > Settingsīrowse to the location of your. Here is how to connect to Amazon Instance using. However for Amazon instance, we use key-pair to log in instead of password for better safety. If you want to use FileZila to upload to or download data from a normal FTP server if you have the user and password, just put the information in the “Host”, “Username”, “Password” box and connect.
