This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 269
Not working with Data Piplelines as of Nov 8 #65
Comments
Confirmed its the most recent version
Must be something to do with the params on the mount command. I'll investigate a bit further and update on the weekend. |
This turned out to be due to the newer command using NFS4.1 which isn't supported by the default data pipeline AMI (amzn-ami-pv-2013.03.1.x86_64-ebs (ami-05355a6c)). To fix either:
|
Faced the same. Is somebody is taking a look at this? |
Changing the AMI ID works. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We had this script stop working on data pipeline on or around Nov 8, 2016 (using the AWS walk through approach with Data pipelines). We also can't get it running on a new instance either. I'm not sure what changed, still investigating. It seems the instance created by Data pipelines cant see the mounts
The mount commands weren't throwing any timeout errors, so I spun up an EC2 instance with the same ami as Data pipeline uses. The mount command works the first time but no files appear on the share (they do on a "standard" EC2 Ami using the same mount command. If I unmount and run the command a second time, it hangs and doesn't time out (even after 20 mins)
Will do some more investigating but for now we just have the efs-backup.sh command running on a t2.micro as a cron (which works fine)
The text was updated successfully, but these errors were encountered: