DanielHindi / aws-s3-zipper

takes an amazon s3 bucket folder and zips it for streaming or serializes to a file
119 stars 74 forks source link

Breaking Unexpectedly #26

Open piyushcrive opened 6 years ago

piyushcrive commented 6 years ago

I have a situation where I need to zip a large number of files on s3, but it is breaking unexpectedly without giving any error, is there a way I can get why it is breaking?? As it dies unexpectedly.I am running this on EC2 T2.Medium Instance.

DanielHindi commented 6 years ago

Nothing in the logs? What about system health? Memory? CPU?

suhair commented 5 years ago

Me too getting unexpected failure. SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method. This happens only n Amazon AWS instance and it works fine locally. Weird and please help.

arturojain commented 4 years ago

I had the same problem, after some testing I found out my instance was running out of RAM.

davidtonkindiffgrav commented 3 years ago

@arturojain Is Ram the only issue? Is there another way to get around this? Do I simply need to pay more and increase the Ram in my ec2?

arturojain commented 3 years ago

@arturojain Is Ram the only issue? Is there another way to get around this? Do I simply need to pay more and increase the Ram in my ec2?

@davidtonkindiffgrav it has worked for me so far. I'm still trying to figure out another way around.