Amazon Elastic Compute Cloud (EC2) is a cloud-based computing platform.

learn more… | top users | synonyms

0
votes
1answer
13 views

Create folders in remote server after ssh login using commands

I need to create folders on the remote server, i try to ssh to the server and then create folders. The logs display that the ssh is successful but it stops after that and the screen stays at the home ...
1
vote
1answer
20 views

juju: deploying lamp charm on ec2 causes instances to terminate

I was running a ubuntu 13.04 instance on ec2. I have juju .7 installed and bootstrapped. when I tried to deploy lamp, it caused the instance to terminate. ubuntu@ip-10-62-73-113:~$ juju status ...
0
votes
0answers
17 views

getting the latest hadoop image from ec2

When I run: ec2-describe-images -x all | grep hadoop-images AWS returns a cool list of hadoop images that I can use. I am running Hadoop 1.0.4 (the latest stable release). How do I know which ...
0
votes
0answers
9 views

where are the ec2 / aws variables in hadoop?

I am reading a book that has a tutorial on how to setup hadoop on linux, and it says: You must configure the single initialization script at src/contrib/ec2/bin/hadoopec2-env.sh. Inside that ...
1
vote
1answer
41 views

Where is hadoop-ec2-env.sh in the Hadoop packages?

I'm unable to locate the file hadoop-ec2-env.sh. I've downloaded and intalled hadoop_1.0.4-1_x86_64.deb from http://mirror.olnevhost.net/pub/apache/hadoop/common/stable/ This is the most recent ...
1
vote
0answers
35 views

Permission denied creating file on Ubuntu Server (Amazon EC2 instance)

sudo has been working fine for installing applications and running scripts, but when I try and create a file I am getting a "Permission Denied". I have tried: sudo cat > file.conf and sudo echo ...
1
vote
0answers
19 views

How do I specify an AMI in Juju? [duplicate]

This solution no longer works How to specify ec2 instance types for different services in a charm? since using the default-image-id option in the environments file has been deprecated.It mentions in ...
1
vote
0answers
52 views

Mail Server: system requirements

I want to create a mail server for personal use. It will be used mainly by me and possibly some family members. The system load will be in the order of 5-10 IMAP mailboxes, all for "human" use: no ...
2
votes
1answer
52 views

Tried to follow the EC2 Juju guide and it fails

I am evaluating Juju and when following the very basic tutorial https://juju.ubuntu.com/docs/getting-started.html, literally following every single instruction to a T, all I end up when trying to ...
0
votes
1answer
81 views

Problem with Ubuntu 12.04.2 and Amazon Ec2 update from cloud-images.ubuntu.com image [solved] [closed]

Created new Amazon Ec2 instance from http://cloud-images.ubuntu.com/releases/precise/release/ Details: eu-west-1 32-bit ebs micro After command "apt-get update" or "aptitude update" message in SSH ...
1
vote
0answers
140 views

How can I tell if port 465 is open for outbound traffic?

I have an Ubuntu 12.04 server set up on AWS EC2. I'm trying to configure Railo to use Simple Email Service (SES) via an SMTP call (see "Sending Email with the new SMTP Support for Amazon SES" for ...
1
vote
1answer
46 views

using juju with elastic block storage ( EBS )

Is there a way we can use EBS for ec2 instance with juju. And possibility of scaling the storage after the deployment, Thanks
0
votes
0answers
91 views

How can I monitor cloud-init for errors, and trigger a script when it fails?

I'm using cloud-init to provision servers in AWS, and would like my servers to send an email when they're done (whether they fail or succeed). For successful cloud-init runs, the solution is trivial. ...
2
votes
0answers
138 views

what can be causing /etc/cron.daily/apt to hang?

Lately I've been getting a mail from the server every day, Subject Cron <root@host> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) Body ...
1
vote
0answers
70 views

Any Ideas on a Better Browser Enabled Cloud Desktop using Ubuntu 12.04, Gnome and Amazon Web Services?

I am currently using NoMachine's NX Web Companion free product using java as well as FreeNX to access a Gnome GUI Ubuntu 12.04 instance running on Amazon Web Services Free Tier ec2. What I have ...
4
votes
1answer
91 views

blocking all outgoing ports and its consequences

Is this the right way to block all outgoing ports? : ufw default deny outgoing But what are the consequences of doing this on amazon ec2? I'm running possibly unsafe perl scripts on my instance and ...
0
votes
0answers
65 views

connecting to mysql running on amazon ec2

hi I am trying to connect mysql server running on amazon linux instance but did not succeeded yet . Scenario : i installed mysql server in amazon's ec2 instance . then I made following changes in ...
0
votes
2answers
151 views

How to give a new user permissions to call sudo without a prompt for sudo password?

I am setting up a server in Amazon EC2. I created an image from Amazon's provided images of Ubuntu x64 12 LTS. My goal is to set up a secure svn server there, where access is only possible by IP ...
1
vote
1answer
44 views

“Permission denied (publickey).” error when trying to ssh into server

I am trying to connect to a server via SSH. I am getting the following log from using the command: ssh -vvvT ubuntu@ec2-176-34-121-133.eu-west-1.compute.amazonaws.com. Please could someone help me ...
0
votes
0answers
50 views

Grub fails to update, apt ignores hold on package

Distributor ID: Ubuntu Description: Ubuntu 12.04.2 LTS Release: 12.04 Codename: precise It's also an EC2 Instance $ apt-mark showhold grub-pc Today I've ran apt-get upgrade and ...
0
votes
4answers
2k views

Errors running apt-get update and apt-get install mysql-server

Since yesterday I've been trying to run apt-get update unsuccessfully in Ubuntu instances I am creating on the EC2. In specific I've been getting these errors: Ign http://security.ubuntu.com ...
1
vote
0answers
183 views

Ubuntu 12.04 failed mysql installation

I have deployed Ubuntu 12.04 on the Amazon Cloud and I am trying to install Nagios and Nconf, while following this guide. When I install the prerequisites, I get this error on installing mysql: ...
1
vote
0answers
100 views

Ubuntu mailing services with Magento [closed]

I'm having some issues with sending emails out from Magento. I'm very new to Ubuntu and had been playing with it for the past 2 days. Is there anything I need to do to allow my mail to be sent out? I ...
3
votes
1answer
186 views

How can I stop unattended-upgrades from rebooting the machine?

I just had a look at my Amazon EC2 instance and noticed I had 20 minutes exactly of downtime. I didn't know what caused it so I logged in to SSH and tried upgrading my packages, and saw that the ...
5
votes
1answer
265 views

How do I optimize apt-fast with Amazon Web Services (AWS) mirrors?

I know that Amazon Web Services has hosted mirrors that I can use to update my Ubuntu machines. I know there is a tool called apt-fast that makes multiple connections to a mirror server to improve ...
1
vote
0answers
66 views

Connections to ubuntu server running on EC2

I have a ubuntu EC2 with its default settings. I'm using it for a web application that receives request from iPhone apps. I was trying to do a stress test to see how many connections could be handled ...
0
votes
1answer
81 views

multiple rails applications on same host name with different folders

When i ssh to amazon ec2, then pwd /home/ubuntu ls app_1 app_2 app_3 app_4 Considering i have mapped my ec2-122** address to some apps.site1.com How can i have multiple rails applications ...
2
votes
1answer
168 views

How do I configure Juju to use Amazon Web Services (AWS)?

I'd like to deploy services on AWS, how can I configure Juju to do this?
0
votes
1answer
57 views

How do Ubuntu updates appear on Amazon EC2?

I have Ubuntu 12.04 LTS installed in Amazon EC2 machine. Sometimes when I SSH into the machine I see a notice asking me to update some packages. Please see the screenshot image below My Question ...
4
votes
1answer
171 views

Juju instances in agent-state: down after turning them off (and back on) on EC2

I turned my Juju instances off on EC2 for a while and after bringing them back online they seem to be in an odd state: juju status 2012-11-17 17:06:44,094 INFO Connecting to environment... ...
1
vote
1answer
66 views

Does anyone know of a program like Elastics for Linux?

On mac I would use Elastics (http://tundrabot.com/elastics) To kind of, monitor my EC2 instances. Most important to me was that it worked across several accounts and that it allowed me to connect to a ...
5
votes
1answer
3k views

Ubuntu 12.04 on Amazon EC2: /dev/xvda1 will be checked for errors at next reboot?

I'm running the lastest Ubuntu 12.04 AMI (ami-a29943cb) from Canonical on Amazon EC2 and quite often when I log in I get the message: *** /dev/xvda1 will be checked for errors at next reboot *** I ...
1
vote
2answers
283 views

Latest ec2 Ubuntu instance seems broken [duplicate]

Possible Duplicate: Trouble downloading updates due to “Hash sum mismatch” error I am using ec2 Ubuntu instances now for some time and never had a problem with. Today I created a new Ubuntu ...
0
votes
0answers
139 views

How to troubleshoot a non-booting EC2 Ubuntu instance?

After upgrading from 12.04 to 12.10, my EC2 Ubuntu instance won't boot. here is the system log: Fri Oct 26 17:05:57 UTC 2012: shutting down for reboot [up 18892807s]. * Stopping web server apache2 ...
2
votes
0answers
277 views

Unable to connect FileZilla to ubuntu ec2

I have a micro ubuntu instance on ec2. I have done a passwd to set it to simple password. I have installed vsftpd on the ec2 instance. And imported the ec2 pem file via FileZilla-Settings-SFTP, and ...
2
votes
1answer
191 views

Blacklisting grub packages from installing

I am trying to block GRUB packages from being installed (after having purged them). The problem is virtually identical to Blacklisting packages from installing and even involves GRUB which is exactly ...
1
vote
0answers
151 views

When uninstalling all GRUB packages for EC2 AMI build script, how do I bypass prompting?

When I try to uninstall all GRUB packages from the cloud-image version of Ubuntu I use in AWS EC2, I get an interactive prompt. I need put this all in a script under automation, so prompts need to be ...
4
votes
1answer
152 views

Installing Yaws server on Ubuntu 12.04 (Using a cloud service)

I'm trying to get a Yaws web server working on a cloud service (Amazon AWS). I've compilled and installed a local copy on the server. My problem is that I can't get Yaws to run while running on either ...
0
votes
0answers
80 views

Why do I have to run aptitude update twice to install Ruby?

Summary. I have a fresh EC2 Precise 64-bit instance (ami-82fa58eb). After launching the instance, I want to install ruby1.9.1 (among others). This doesn't work: aptitude update && apt-get -o ...
1
vote
1answer
479 views

Amazon EC2 : Authentication Failure after error sudo: must be setuid root

I was trying to change permission on a folder in a Amazon EBS volume mounted on a Amazon EC2 running Ubuntu EC2. When I entered the command sudo chmod -R u+rw,go-rw /mnt/my-address I go the ...
4
votes
2answers
585 views

Is my Amazon EC 2 running Amazon Linux or Ubuntu?

I am a little confused here. I created a Amazon EC2 instance with Ubuntu Linux 64-bit 12.04 LTS, now when I SSH into it I get the following but on Amazon Management console I get the following ...
2
votes
3answers
3k views

How to install dpkg-reconfigure?

I want to install dpkg-reconfigure in Ubuntu 12.04 LTS install on Amazon EC2? How to go about it?
2
votes
1answer
545 views

Which user is running tomcat?

I have a Tomcat 7 server running on Amazon EC2 (OS - Ubuntu 12 LTS). How can I find out which user is running Tomcat on Amazon EC2?
1
vote
1answer
394 views

MySQL keeps failing to install

First I clean up previous installation root@ip-10-134-10-182:~# rm -rf /var/lib/mysql root@ip-10-134-10-182:~# rm -f /var/lib/dpkg/lock root@ip-10-134-10-182:~# rm -f /var/cache/apt/archives/lock ...
0
votes
0answers
475 views

How to reinstall mysql without damaging data?

http://stuffthatspins.com/2011/01/08/ubuntu-10-x-completely-remove-and-clean-mysql-installation/ shows how to reinstall everything. I want to do something like this without reinstalling data. ...
2
votes
3answers
319 views

How do I start an SSH session from the Unity desktop with arguments (-i)?

Using SSH in a GNOME terminal is fine. But I want to use it in a Unity window (the location text field, ctrl+l). I need to refer to my .PEM x509 certificate for security reasons to connect to my ...
0
votes
0answers
25 views

How to place my audit file in Amazon S3?

I have installed and configured the auditd package in Amazon Ec2 instance. I wish I need to place all the auditd log files in Amazon S3. I'm very new to Ubuntu can anyone explain me how to do it?
1
vote
1answer
161 views

Where can I find the mon-* set of Amazon CloudWatch tools?

Once upon a time, based on the large quantity of websites saying that all I needed to install to administer Amazon services including CloudWatch and Auto-Scaling Groups was the "ec2-api-tools" ...
0
votes
1answer
159 views

How can I install rjags on Ubuntu AMI on EC2?

I installed the pre-built Amazon Machine Image with Rstudio Server provided by bioconductor into a free micro instance on EC2. Then I installed JAGS (Just Another Gibbs Sampler to use it via rstudio ...
2
votes
3answers
1k views

Run a script only at the very first boot

Is there an idiomatic way in Ubuntu to run a script only the first time a machine is booted? (EC2).

1 2