Amazon EC2 stands for "Amazon Elastic Compute Cloud". It is a part of Amazon Web Services (AWS) and allows users to rent virtual machine instances by the hour. You can create instances, launch and manage them through a central interface, through a web API or through a console.

learn more… | top users | synonyms (1)

0
votes
2answers
14 views

Keypair login to EC2 instance with JSch

I want to be able to use the JSch Java SSH library to connect to my EC2 instance. How do I use my .pem keypair from AWS with JSch? How do I deal with the UnknownHostKey error when attempting to ...
0
votes
1answer
14 views

pip fails with HTTP error 503 while getting https://pypi.python

I'm trying to set up a build machine using Jenkins on an Amazon EC2 instance. It's building python, and using the shiningpanda plugin to set up a virtualenv for the build. Every time I run the build ...
-1
votes
0answers
15 views

What's the best Amazon Cloud setup for a medium sized website [closed]

I am moving my companies website off of a shared hosting plan on Rackspace into the Amazon cloud. Our website maintains, on average, about 15-20 active users at any one time. It is built on WordPress, ...
0
votes
0answers
18 views

AWS says “Account needs subscription” on every service even though I already signed up [closed]

I don't know who to ask because Amazon doesn't have free technical support. So I'll try here. Did anyone have situation that AWS says "Account needs subscription" on every service even though I ...
0
votes
0answers
5 views

Using get_file() in amazon s3 throws attribute error

I need to download some file from amazon using get_file. this is my code: import boto conn = boto.connect_s3() from boto.s3.key import Key key = ...
0
votes
0answers
5 views

want to take snapshot before amazon ami shutdown activity happened?(not manually)

i want to take a snapshot of a ami before amazon ami shutdown activity happened. Suppose my Amazon AMI name is ami-102s8sa now i want to terminate this AMI. So i want to write a script which will ...
0
votes
1answer
15 views

How to download file from aws s3 using python without using key

I need to download an xml file from AWS-S3. I tried using get_contents_to_filename(fname) , it worked. But i need to download the file without specifying fname, because if i specify the fname my ...
0
votes
1answer
11 views

Why my tmux session dies after ec2stop?

I have an EBS-backed EC2 instance. According to docs, it should be 'paused' if I stop (ec2stop) it. However, I noticed that server is indeed restarted after I start the instance back. Uptime counts ...
0
votes
0answers
6 views

Store, fetch and map images from amazon webservice in MVC Dotnet Application

I'm new to Amazon webservice. I created a instance in AWS EC2 to publish my website.Now I have an requirement. I have resources where each resource must be able to choose the images(as profile ...
0
votes
0answers
15 views

amazon ec2 Session storage

hosted my website on Amazon ec2 instance. I can't get to save session data. my php.ini deatails: [Session] ; Handler used to store/retrieve data. ; http://php.net/session.save-handler ...
0
votes
0answers
7 views

How to fetch the CloudWatch metrics data for EC2 instances

I want to fetch the Cloudmetrics data for my EC2 instance so that I can draw graphs using those data and display it on my android device. How do I do that? Is there any sample program or tutorial for ...
-1
votes
1answer
10 views

How can I access the user-data from within AWS instance using python? [closed]

Can someone help me on accessing the user-data from instance using python code? My user-data is in xml format. Using urllib or using subprocess, how should i access it? Thanks in advance!!!
1
vote
1answer
7 views

Redis server reports Reading from client: Connection reset on amazon ec2 c1.medium instance

I run redis2.4.16 on ec2 medium instance, the persistent is standard ebs, and i checked the redis log , found there is some log report "Reading from client: Connection reset " occurs every few hours, ...
0
votes
0answers
22 views

Sharing configuration among multiple Tomcat servers - best practices

In our environment we have six identical Apache-Tomcat servers. The servers are hosted on Amazon EC2. The configuration is taken from the local spring file. The problem with that is that if a change ...
0
votes
0answers
11 views

Chef hangs with bundle install

when I deploy with chef to an EC2 box it works fine at the first deploy, but every subsequent deploy hangs here * execute[bundle install --deployment] action run the relevant chef code is execute ...
0
votes
0answers
8 views

amazon ec2 bitnami AMI enable HTTPS

Im having difficulties configuring HTTPS on my server, here is what i already did on httpd.conf: Include conf/extra/httpd-ssl.conf on ssi.conf updated the root document on httpd-ssl.conf ...
0
votes
0answers
12 views

AWS Instance Usage Details - Ruby on Rails

Can I know how to find the instance data usage details(like Used Memory, Free Space, Instance type ..) in rails application. Is there any rubygem to find these all details?? Please help me..
1
vote
0answers
9 views

Tablespace on ephemeral storage [migrated]

For performance reasons in some scenarios, e.g. Amazon EC2, you have access to a faster and cheaper storage device, which loses all its data on reboots, so it is called "ephemeral". This question is ...
2
votes
1answer
42 views

Error installing RcppEigen on amazon ec2

I tried to install RcppEigen on amazon EC2 (on a t1.micro to make sure It works) & ubuntu 13.04. I tried with both R version was 2.15.2 and 3.0, 32bit ubuntu and 64bit unbuntu. Any time I got ...
0
votes
0answers
10 views

Safely distribute ec2 key pairs

What is a good way to safely distribute EC2 Keypairs amongst team members? I have considered using Signed URLs, but that would leave it open if someone outside somehow got the url. Is there a way to ...
0
votes
0answers
8 views

Is it OK to shut down CDH's cluster manager while hosts are still running?

I followed the tutorial here: http://blog.cloudera.com/blog/2013/03/how-to-create-a-cdh-cluster-on-amazon-ec2-via-cloudera-manager/ to create a cluster of 2 nodes. As far as I understand, the ...
0
votes
0answers
16 views

Setup Amazon EC2 on mac os 10.8

I trie to Setup the Amazon API and AMI tools in my mac. I was following this tutorial http://www.robertsosinski.com/2008/01/26/starting-amazon-ec2-with-mac-os-x/ But I can't do the step 4, I don't ...
0
votes
0answers
4 views

Internal load balance in vpc of ec2 instances on thrfit services

We have our two servers hosted in VPC of Amazon EC2. One of them is serving one thrift service and another web server which is using it and doing some other stuff. I am trying to use load balancer on ...
1
vote
2answers
24 views

EC2- Run jar on running EC2 instance

I have an EC2 instance and i have a .jar that i already took (wget script command) from S3. I want to run this .jar file, but not on start-up, just when i decide. I'm using Java with "Eclipse Juno" ...
-3
votes
0answers
24 views

Remove extra content on ulrs on Django site [closed]

I have hosted my django site on Amazon's ec2 and I keep getting extra stuff on my urls. For example http://www.oyster-enterprises.com/content/Wallpapers/Abstract/#.UZNTNpyDXCk the "#.UZNTNpyDXCk" ...
0
votes
1answer
73 views

Compiling Fsharp with Mono Amazon EC2

When I try to compile F# in a standard way : ./autogen.sh --prefix=/opt/mono && make && make install it fails with: ilwrite: TIME 35.286 (total) 0.000 (delta) - Build ...
1
vote
0answers
11 views

block device mappings for Amazon aws/ec2 images

I have two related questions - or problems - with the Amazon ec2 API. While I really want to use python and the boto package and that's how I present the code below, I get exactly the same results ...
0
votes
0answers
24 views

Rails - cannot precompile assets in production

I deployed a Rails app to Amazon EC2, but while deploying I got find: `/path/to/root/releases/20130514204835/public/stylesheets' (the same for javascripts and images) Then I've tried to precompile ...
1
vote
3answers
31 views

AWS EC2 billed hours per instance in a given time period

My CIO is asking me for a monthly "per instance" breakdown of EC2 charges, as some of our EC2 instances are run on behalf specific customers. Does anyone know how to accomplish this? I can use java, ...
1
vote
2answers
20 views

Serving S3 on a EC2 server

We've got a bunch of static assets on S3 that we'd like to securely serve. Due to the fact that we can't use custom domain names and SSL certificates, and wanting to integrate with our existing auth ...
0
votes
1answer
37 views

Run apache using only child processes rather than parent process [closed]

Backstory: I'm using a PHP script to do some Git magic in the background Environment: Amazon Linux AMI Problem: Sometimes apache is run using the parent process which is owned by root which causes ...
1
vote
1answer
34 views

How to set up AWS EC2 for multiple node.js apps?

I'm experimenting with switching from PaaS (nodejitsu) to IaaS (AWS). I'd like to make use of node.js, couchdb, express, npm, git and websockets. Now here's the tricky part. I'd like to be able to ...
1
vote
1answer
44 views

How to run more than one app on one instance of EC2

I have a couple of small production sites and a bunch of fun hobbyist/experimental apps and such. I'd like to run all of them on one EC2 instance. Can I install node.js, npm, express and couchdb ...
0
votes
2answers
18 views

Rails Rubber EC2 Amazon AWS Railscast

Hi I have successfully deployed my app to amazon aws using this railscast http://railscasts.com/episodes/347-rubber-and-amazon-ec2 my app shows up here on this url http://web01.foo.com/ on my local ...
0
votes
1answer
21 views

Amazon EC2 timeout after 30 seconds

I deployed a RoR3 application on Amazon EC2 using Rubber. I have a slow request that takes about 1 minute, but it dies after 30 seconds with the error: 504 Gateway Time-out The server didn't ...
0
votes
0answers
19 views

Is it possible to use variables in cloud-config

When using cloud init's #cloud-config to create configuration files, how would I go about using variables to populate values? In my specific case I'd like to autostart EC2 instances as preconfigured ...
1
vote
2answers
133 views

talking to a remote redis server using redis-py (python wrapper over redis)

I have installed redis on an independent database server(ec2 instance). And it has been installed and configured properly. Now all that I want to do is from my webserver, I connect to it, and make ...
0
votes
1answer
11 views

Not able to web deploy to ec2 instance

I am trying to web deploy to a ec2 instance using the msbuild C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release;MsDeployServiceUrl=ec2-instance ...
0
votes
0answers
10 views

On Amazon AWS services, is there a way to get Heroku-like managed EC2 instances?

Is there a way to get Heroku-like managed EC2 instance on AWS where upgrading to the latest system packages are done for me? Basically, I can still get a root-shell if I want, but otherwise, all the ...
1
vote
1answer
23 views

Can I run more than one app on an instance of Amazon EC2?

I admit the answer is probably obvious, but I'm new to server administration, and despite Googling and reading through Amazon's docs I can't seem to figure this out. Can I run more than one ...
0
votes
0answers
45 views

How to install node.js, couchdb, and others on Amazon EC2?

I am diving into the deep end of server administration for the first time : ) Fun times, I know. I'm a node.js developer, and I've used Nodejitsu thus far. Seeing as prices are rising, I'm taking a ...
0
votes
1answer
31 views

Python Boto created cloud-init #include script not running on EC2

I've run out of ideas, would appreciate some help. I'm starting and EC2 Ubuntu 12.04 instance and adding the following script to the user data: #!/usr/bin/env python import sys from ...
1
vote
1answer
41 views

Optimizing Solr 4 on EC2 debian instance(s)

My Solr 4 instance is slow and I don't know why. I am attempting to modify the configurations of JVM, Tomcat6 and Solr 4 in order to optimize performance, with queries per second as the key metric. ...
1
vote
0answers
56 views

Send email from PHP on aws EC2 via Postfix on another EC2 instance

I m trying to install a Web Server on aws Ec2 ubuntu instance to send email coming from another Ec2 instance. But I have some trouble... I use swiftmail to prepare emails $transport = ...
-1
votes
0answers
27 views

Transfer File From Windows Computer to Linux EC2 Instance [closed]

I have searched for a tutorial on transferring data to and from an EC2 instance, but have not been able to find an explanation of how to do so in command line. How do I transfer files from my desktop ...
0
votes
1answer
45 views

Bulk INSERTs from multiple hosts preformace optimization

I have 15 Amazon AWS EC2 t1.micro inctances which simultaneusly populate Amazon RDS MySQL d2.m2.xlarge database with data using large INSERTs (40000 rows in query). The queries are send ...
0
votes
1answer
31 views

Amazon EC2 - What is private DNS and private IP?

The details of Amazon EC2 mentions Public DNS, private DNS and private IP. I know public DNS can be used to reach the instance after configuring the security group. I am not able to understand ...
0
votes
0answers
21 views

Amazon Web Services - EC2 instance operation timed out on mac ssh

I am trying to connect to my EC2 instance through SSH on Terminal. I am able to access the instance on CoRD, but I cannot access it on SSH or RDP through Microsoft Remote Desktop Connection. I am ...
0
votes
1answer
41 views

How do i run a php script every 2 hour on amazon ec2 cloud?

I am trying to run a php script every hour on amazon ec2 cloud but not able to run it. I am using it MAILTO="email@something.com" * */2 * * * /usr/bin/php ...
0
votes
1answer
29 views

hadoop examples not running on amazon ec2

I am using hadoop-1.0.4 on amazon ec2 of 3 ubuntu 12.10 instances, 1 master and 2 slaves, just under ~ directory. Now start-all.sh and stop-all.sh is ok, but when i run jps on master or slaves, it ...

1 2 3 4 5 84