How to Connect AWS EC2 Server With SFTP

 You can connect with aws ec2 server via filezila using below process.. Step 1:- Collect server informations. First you have to collect some required informations for your AWS instance like public DNS, PEM file, User etc… If you use ubuntu image for creating a instance then you can use ubuntu as defaul user. PEM file:-  This is the file use for creating a instance. you have to save in to your computer for future use. Public DNS:-  You can either use public elastic IP address or its public DNS. Read More: How…