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…
Tag: amazon-ec2
ssh connection from Mac OS X shows “>” prompt and stays there
Problem – when I try to connect to an Amazon AWS EC2 linux instance through SSH, instead of connecting, it simply shows a > prompt as if asking for more info. command entered through terminal ssh -i “<private_key_path>” <user>@<host_address> when i hit enter, it just shows a &…
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 …
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 …
Why can’t I upload folders to a Linux EC2 Instance?
I have been uploading my files and folders to my Linux EC2 Instance using SSH for the past month. Yesterday I updated the Linux version, and since then I cannot upload folders to the Instance, but I can still upload files. Why is this happening and how can I fix it? Here’s what I’m using to upload…
AWS Lambda permission denied when trying to use ffmpeg
I want to write a handler that responds to S3 put events to convert any avi files that are uploaded to mp4. I doing it in Java, in Eclipse, with the AWS toolkit plugin. For video conversion, I am using ffmpeg with ffmpeg-cli-wrapper, and I have provided a static (linux) binary of ffmpeg in the source tree. I …
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 vers…
SSH into AWS EC2 instance gives Permission denied (publickey)
I created a new EC2 Instance form my AWS Console and tried to ssh using my keyfile I was able to login into the server and did these things : installed httpd. isntalled php. installed mysql. created a new group “web” and added user apache and ec2-user to this group.Changed my default home director…
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: Publi…
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…