meow
meow

Reputation: 28164

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?

Upvotes: 9

Views: 4314

Answers (1)

gareth_bowles
gareth_bowles

Reputation: 21130

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.

Upvotes: 11

Related Questions