Search code examples
javaamazon-web-servicesaws-sdkamazon-efs

Is there a way to upload file to EFS from local system using java?


I am new to AWS EFS and trying to understand how EFS file upload works. Is there a way to upload files to EFS from local machine programmatically using java?


Solution

  • EFS is only accessible from within a VPC. You can't access it directly from outside of AWS. So you would have to setup a VPN connection between home network and your VPC, and then mount EFS filesystem in your local computer.