- Newest
- Most votes
- Most comments
There does not seem to be a solution to this, as AWS support comes up with the same suggestions, and nothing works. As such, I am closing this down as no longer required.
Hi,
This repo aws-samples/aws-s3-to-efs-examples has an example which should help you. For e.g. you can deploy the aws-s3-to-efs-via-datasync stack and then compare your current setup v/s this stack.
Thanks, Rama
Hi,
DataSync is task based data copy tool. Which means you must run the task to copy data from a source to destination location. Based on your explanation, It appears, that you first ran the task and then later you copied the files into S3 bucket. Have you tried re-running the task?
When you create an EFS location definition, mount path is required which usually be '/' root path of the EFS file system or you can provide any custom folder name [which must be created at the EFS before]. If you run task without the folder path not created at the destination, you would see the error stating unable to mount.
Thanks. The S3 has the files already [sic: "I have an S3 Bucket and an EFS created. The S3 contains the CSV file under /my_input_files/ folder"].
I do have the "/" but I cannot see the copied files even when successful. I tried using a named folder which I already created in the EFS. Still get the same error.
I think I will leave it at this. AWS is not working for me. In Azure I did the same job much easier. I was able to set up an end-to-end Batch using containers in an hour, including data sync, without knowing anything about Azure. For the same job in AWS, I am still stuck on a simple data sync task and a week later, it is still not up and running.
Thank you for the responses. I will close this down as a resolution is no longer required.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
Thanks Rama. I was hoping to confine my answer to the AWS console options, or the CLI. My stack is quite different, so I will not be able to follow this. I specifically want to understand why non-blanks options are producing the mount error, and why blanks are not saving the files anywhere. Thanks though.