Skip to content

Tag: amazon-ec2

EC2 ssh broken pipe terminates running process

I’am using a EC2 instance to run a large job that I estimate to take approx 24 hours to complete. I get the same issue described here ssh broken pipe ec2 I followed the suggestion/solutions in the above post and in my ssh session shell I launched my python program by the following command: Once I did th…

Moving ec2 instance with SSL

I have a EC2 instance that I have to reset the sudo. Created a new Instance, if I just detach everything from old instance and attach to new instance again, what will happen to the ssl cert that was on the old system? is that included in the volume? Answer If ‘detach everything’ means EBS volumes …

Gobblin Git clone error

When trying to download and build Gobblin from git clone. By following, Download and Build Gobblin Locally On your local machine, clone the Gobblin repository: It gives following error in my Amazon Ec2 instance. How to avoid that error message? Answer The issue is not about communicating with the goblin serve…