Skip to content
Advertisement

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 this the connection

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 then consider it as

SSH to AWS EC2 issue – key_load_public: No such file or directory [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

unable to install puppetserver on ec2 ubuntu instance error: Some packages could not be installed

I am trying to install Puppet server on an EC2 Ubuntu instance: If I try to install puppet-common: I tried purging puppet-common and reinstalling it. I have also tried sudo apt-get upgrade. Any help will be appreciated. Thanks. Answer Have you enabled the PuppetLabs package repositories? Depending on the version of Ubuntu your on, you should do something like this:

can’t connect to ec2 tomcat localhost

I’ve followed a lot of tutorials and questions which been asked before, but still no good (I’m total beginner in ec2) I’ve did the following: lunched Amazon Linux AMI 2015.09.1 (HVM), SSD Volume Type. I’ve added this rule to my security group inbound: but when I try to browse to: Public DNS:8080 I get: This webpage is not available: ERR_CONNECTION_TIMED_OUT

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 server, but communicating between your ec2 instance and github.com (through

Advertisement