9

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?

meow
  • 27,476
  • 33
  • 116
  • 177

1 Answers1

11

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.

gareth_bowles
  • 20,760
  • 5
  • 52
  • 82