Sunday, August 2, 2026

In AWS Connect EC2 instance through Filezilla

Who to connect your EC2 instance through Filezilla

Step 1. Open filezilla, click file tab, choose site manager.



Step 2. In host put public DNS ip address of EC2 instance.



Step 3. Select the option SFTP in Protocol.


Step 4. Click on logon , then click user key file put your user name in my case its ubantu user. Then browse file which ppk converted file.


Step 5. Give the permission to by ubuntu user by commands

sudo chown -R ubuntu:www-data /var/www/html
sudo chmod -R 755 /var/www/html



Step 6. At the end click connect button. If configure all setting correcting you should connect to your instance.





Step 7. Check uploded files by command ls /var/www/html/



No comments:

Post a Comment

Linux vs Windows System Administration Roadmap | Common Skills Guide

 Common Roadmap for Linux & Windows System Administrators Linux System Administration and Windows SystemAdministration have many commo...