Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I edit a file on EC2 directly from my localhost?

I have a batch script on an EC2 instance that I would like to be able to edit directly from my desktop's text editor.

What is a good method of doing so easily?

like image 315
meow Avatar asked Sep 27 '10 00:09

meow


1 Answers

Use a file browser program that supports SFTP and connect using your AWS SSH credentials. CyberDuck on Mac or WinSCP on Windows are good options.

like image 200
gareth_bowles Avatar answered Oct 24 '22 08:10

gareth_bowles