2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
It is possible to access EFS over the internet using AWS Transfer Family.
If you just want to send data to EFS, you can use this method.
https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint
0
You can use as Riku said, use VPN or you could tunnel over SSM https://aws.amazon.com/blogs/aws/new-port-forwarding-using-aws-system-manager-sessions-manager/
Once the tunnel is up, you can mount the EFS volume
Relevant content
- Accepted Answerasked 4 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
I just want to mount it to my local Linux system and use it to store and retrieve data, same as we do with an EC2 instance.
If you want to mount with NFS from the server, you will need a VPN or DirectConnect. https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-mount-helper-direct.html