Skip to content

Using Basti to connect to EFS #112

Discussion options

You must be logged in to vote

I was able to connect to EFS from my local machine (Mac) with Basti following this steps:

  1. Start port forwarding session with Basti custom connection target

    basti connect \
        --custom-target-vpc <my-vpc-id> \
        --custom-target-host <my-efs-mount-target-ip-address> \
        --custom-target-port 2049 --local-port 2049
  2. Mount the filesystem
    Command suggested in AWS docs didn't work on my machine. After playing with the arguments, I came up with the following command that works.

    mount -t nfs -o vers=4 -o tcp -w localhost:/ Efs

Please note that the speed of such connection is limited (~300KB/s upload and ~200KB/s download when measured by copying files with rsync on my local machine) due …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@BohdanPetryshyn
Comment options

@dejan-mladenovski
Comment options

Answer selected by dejan-mladenovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants