SFTP Access To Amazon EC2 Using FileZilla
January
13th,
2013
After You can setup EC2 Instance on AWS next step is to upload files onto the server.
I have setup Ubunto instance and using Filezilla to connect to it after installation LAMP.
- Make sure port 22 is open in your instance’s Security Group in Amazon’s AWS site
- Add .Pem Keys to FileZilla Click on
Edit >> setting >> SFTP >> Add Key File
- Locate your PEM file. At this point FileZilla will ask if you want to convert it to a format it can use. Say
Yes
and tell it where to put the new .PPK file. - Close the Settings window.
- Enter Host: like:
ec2-107-22-137-202.compute-1.amazonaws.com
or theIP address
, user:ubuntu
and port:22
. Then click on Quick connect; It will connect with the following hints:
User name
might vary depending on your instance, by default ububtu instance username is ubuntu
Depending on the original AMI the instance is based on, you may want to double check that the correct user name is being used to authenticate.
Amazon Linux: ec2-user
RHEL: root
Ubuntu: ubuntu