EFS is the default place for storing your volumes whenever you use Fargate and ECS in AWS. That is tremendous when your fundamental workstation is any Linux atmosphere, however what occurs whenever you work from Home windows?
The straightforward possibility is to make use of Home windows Subsystem for Linux (Ubuntu, in my case) and mount your EFS:
sudo mount -t nfs4 -o rsize=1048576,wsize=1048576,laborious,timeo=600,retrans=2,noresvport MY_IP_ADDRESS:/ efs
Nevertheless, you possibly can entry your recordsdata from the Console, which is okay when you need not do something extra advanced.
If you wish to mount it as a “common” Community Drive and entry it, the simplest approach is to mount it as a “Shared Drive.” How do you do it?
Step 1. Create your efs
folder on this location /mnt/wsl
.
Step 2. Mount your efs
utilizing the earlier command.
Step 3. Go to this location within the File Explorer, wsl$
, and get your Distro’s root. In my case, wsl$Ubuntu
Step 4. Copy the trail and mount it in Home windows:
And that is all. Now you possibly can entry your EFS out of your Community Drive, for instance, Z:mntwslefs