What are some methods for transferring files to and from Amazon EC2 instances. I'm looking for solutions / tools for editing files as well as copying files to EC2 instances from both Mac and Windows.
For example, what are some solutions for mounting a drive from an instance locally?
Generally, what other methods are out there?
I've got public key authentication working between my Mac OS X and an Amazon EC2 instance so that from the command-line I can just type the following and it works:
ssh root@[IPAddressOfEC2Instance]
The strange thing is that I can't seem to mount the instance using "Connect to Server" in the Finder.
I've tried typing the following server…