How to mount aws ec2 instance with local pc?

What is the problem you are having with rclone?

I don't have a problem in rclone, I need to know is there any way to mount ec2 instance with local pc using rclone

What is your rclone version (output from rclone version)

rclone-v1.54.1-windows-amd64

Which OS you are using and how many bits (eg Windows 7, 64 bit)

windows10 64 bit

Which cloud storage system are you using? (eg Google Drive)

AWS instance

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

do you have a vpn between the ec2 and local pc?

one way is to run rclone server sftp on the ec2 and on the pc, create a rclone remote pointing to that sftp server.

or run any kind of flie server on the ec2 that rclone access.

If you can ssh into the ec2 machine then it will likely work with the sftp backend without anything else installed.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.