Last Updated: February 25, 2016
·
741
· aloschilov

Mount EC2 filesystem

Sometimes we need to upload files to amazon ec2 instance, so here is the simplest way to mount EC2 instance filesystem to yours:

sshfs ubuntu@ec2-184-72-178-205.compute-1.amazonaws.com:/ folder_to_mount/ -o IdentityFile=~/path/to/pem_file.pem