amazon-archives / data-pipeline-samples

This repository hosts sample pipelines
MIT No Attribution
464 stars 269 forks source link

EFSBackup runs into timeout when mounting EFS volumes #59

Closed peteroruba closed 8 years ago

peteroruba commented 8 years ago

Hello

I am facing a timeout issue when applying the DataPipeline template for EFS Backups. Usually that effect suggests a wrong security group configuration, however, I manually launched an EC2 instance belonging to mySrcSecGroupID and myBackupSecGroupID and accessing both EFS volumes was OK.

Attaching the StdErr.log below. Thanks, Peter

--2016-09-22 08:52:24-- https://s3-us-west-2.amazonaws.com/XXXXXX/efs-backup.sh Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 54.231.169.16 Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|54.231.169.16|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2986 (2.9K) [application/x-sh] Saving to: ‘efs-backup.sh’

 0K ..                                                    100% 93.5M=0s

2016-09-22 08:52:24 (93.5 MB/s) - ‘efs-backup.sh’ saved [2986/2986]

mount.nfs: Connection timed out mount.nfs: Connection timed out rm: cannot remove ‘/tmp/efs-backup.log’: No such file or directory

awsdan commented 8 years ago

Thanks for your comment! Sorry to hear about the connection troubles. I'll take a look and let you know what I find.

-Dan

peteroruba commented 8 years ago

Thanks, that issue actually has resolved. Looks like I needed to give it a few hours after creating the EFS mount points before running it.

-Peter

awsdan commented 8 years ago

Oh, awesome. Thanks for letting me know!