How to mount local laptop file on AWS P3 instances

Hi:
Now I am following NVIDIA GPU CLOUD DOCUMENTATION tutorial to do machine learning in GPU cloud. I am using “NVIDIA Volta Deep Learning AMI”, but my question is how I can mount my local machine file on P3 instances, since I am going to train my own code rather than the examples below tensorflow file. Thanks!

AWS does not support mounts of your local machine files across the internet. To use AWS instances you must first upload the data you wish to use to AWS storage. For running NGC on the P3 instances, we recommend you use Amazon Elastic File Storage (EFS).

Amazon documentation on getting started with EFS is found here: Amazon EFS
NVIDIA documentation on how to use EFS with NGC is here: Using NGC with AWS Setup Guide :: NVIDIA GPU Cloud Documentation