Amazon EC2 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. Generally, EC2-related questions on StackOverflow should be about ...
89
votes
5answers
21k views
Benefits of EBS vs. instance-store (and vice-versa)
I'm unclear as to what benefits I get from EBS vs. instance-store for my instances on Amazon EC2. If anything, it seems that EBS is way more useful (stop, start, persist + better speed) at relatively ...
37
votes
6answers
25k views
Amazon EC2 - Swap root instance store device with EBS device
I have an EC2 instance with "instance store" device as a root device.
Now, I would like to attach an EBS volume to that same instance,
only that I want it to be the root device.
Is that possible?
What ...
32
votes
12answers
4k views
Is there a business proven cloud store / Key=>Value Database? (Open Source)
I have been looking for cloud computing / storage solutions for a long time (inspired by the Google Bigtable). But I can't find a easy-to-use, business-ready solution.
I'm searching a simple, fault ...
22
votes
8answers
15k views
Windows Azure for web developers vs Amazon EC2
I just watched the Windows Azure intro video and it left me feeling like it was a front end shell for hosted IIS instances. Can anyone who know more (possibily that was part of the beta) shed on why ...
36
votes
5answers
11k views
Find out the instance id from within an ec2 machine
How can I find out, from within an ec2 machine (user root) what is my instance id?
14
votes
4answers
2k views
Do on-demand Mac OS X cloud services exist, comparable to Amazon's EC2 on-demand instances?
Amazon's EC2 service offers a variety of Linux and Windows OS choices, but I haven't found a service offering a similar "rent by the hour" service for a remote Mac OS X virtual machine. Does such a ...
5
votes
1answer
2k views
Programmatically join Windows machine to AD domain
This is similar to, but not a dupe of, this question - however, where it sought information on manually joining a server to a domain (and was rightly redirected) I am looking for help with some code ...
3
votes
1answer
121 views
How do I get EC2 load balancing properly set up to allow for real time file syncing?
I'm new to EC2. I have read a lot about it, watched many videos and tutorial and pretty much familiar with how everything work. I still have few question that I can't seem to find direct answers to.
...
2
votes
2answers
2k views
EC2 - Fresh PHP install - Mail not working
I am getting familiar with Amazons EC2. I installed a LAMP setup but when I try to send emails through the mail() function that I have in my pages it does not work. I checked and sendmail is running ...
0
votes
2answers
242 views
Node.js older than 0.4.12 don't work correctly on AWS EC2. Why?
I can't install node.js v0.6.1 on AWS EC2 (Ubuntu or CentOs - never mind).
After installation I type node, and processor loads to 100%.
But v0.4.12 works fine.
May be only I have this problem? ...
31
votes
8answers
3k views
Do you use Amazons Cloud services for your company?
I read a lot about the possibilities of Amazons Cloud computing, like S3 or EC2 and I wondered if someone actually uses this for mission-critical applications. Do you host your company website in the ...
13
votes
5answers
6k views
Rails based EC2 AMI
I trying to navigate my new EC2 setup and was hoping to find an AMI setup for Rails. I've been having trouble. Basically, I'm looking for something like this:
* Apache 2.2
* Ruby Enterprise Edtion ...
3
votes
1answer
194 views
Best way to load php classes in EC2 - InstanceStore, EBS or S3?
What is the best way to load PHP classes in EC2 in the following scenario (#s are for illustrative purposes)?
-> 100 EC2 instances running apache and APC
-> 100 php classes loaded per request (via ...
5
votes
3answers
2k views
Best way to keyword search Amazon SimpleDB using EC2 and Asp.Net?
I am wondering if anyone has any thoughts on the best way to perform keyword searches on Amazon SimpleDB from an EC2 Asp.Net application.
A couple options I am considering are:
1) Add keywords to ...
9
votes
2answers
2k views
Amazon EC2 - Convert EBS root device with instance store root device
I see that you can convert an instance stored instance to be EBS backed as this question shows. However, I want to do the opposite, take an EBS backed instance and convert it to be Instance Store ...
5
votes
4answers
234 views
have R halt the EC2 machine it's running on
I have a few work flows where I would like R to halt the Linux machine it's running on after completion of a script. I can think of two similar ways to do this:
run R as root and then call ...
3
votes
1answer
270 views
Upload direct to S3 or via EC2?
I would like to build a web service for an iPhone app. As for file uploads, I'm wondering what the standard procedure and most cost-effective solution is. As far as I can see, there are two ...
8
votes
2answers
631 views
How to start and stop an Amazon EC2 instance programmatically in java
How do i start and stop an amazon EC2 instance programmatically using aws-sdk in java?
Any helps are greatly appreciated as I have spent a day while trying to sort this out.
6
votes
2answers
907 views
Getting ID of an instance newly launched with ec2-api-tools
I'm launching an EC2 instance, by invoking ec2-run-instances from simple a bash script, and want to perform further operations on that instance (e.g. associate elastic IP), for which I need the ...
4
votes
1answer
320 views
get ec2 pricing programmatically?
Is there a way to get AWS pricing programmatically (cost per hour of each instance type, cost per GB/month of storage on S3, and etc)?
Also, are there cost monitoring tools? For example, is there a ...
0
votes
1answer
734 views
EC2 AMI snapshot
Is there a way to play an EC2 AMI snapshot locally on a laptop? For example, export the AMI snapshot to VMWare? We have a sales team that need this ability when on the road with no internet ...
2
votes
3answers
373 views
Spreading MongoDB across EC2 regions
I want to distribute a sharded/replicated MongoDB setup across multiple of Amazon's EC2 regions. Is this traffic already encrypted by MongoDB or can I optionally set this up? Or does Amazon offer a ...
2
votes
2answers
530 views
Can't generate a working customized EC2 AMI from Amazon Beanstalk sample appl
As I want to install Jenkins (ex-Hudson) to operate my continuous integration processes on AWS Beanstalk, I need a custom AMI because some parameters in Tomcat & Linux have to be changed for ...
1
vote
1answer
96 views
NodeJS Express Site
I have moved my express site on to a free tier Amazon EC2 Server.
I want to have the server live however the only way I know how to run the site is via SSH (via Putty), although the problem with this ...
0
votes
1answer
66 views
(EC2) Launch Windows instance programmatically via command line
I'd like to launch a Windows 2008 (64bits, base install) instance programmatically, kinda like clicking on the Launch Instance link & following the "Create a New Instance" wizard.
I read about ...
0
votes
1answer
59 views
AcmStreamNotPossible when using Naudio library on Windows Server 2008 RC2 (on Amazon EC2)
Similar but different to:
Firstly
NAudio error: "NoDriver calling acmFormatSuggest"
and now
ACM Stream Convert exception displaying AcmNotPossible
I'm having similar problems trying to ...
0
votes
2answers
124 views
PHP Parsing Amazon EC2 instance 'launchTime'
When you describe your EC2 instances, you get an XML node of:-
[launchTime] => 2011-10-14T09:22:37.000Z
I'd like to use this command with PHP, to measure the number of seconds the instance has ...
0
votes
2answers
620 views
Node.js on Amazon EC2 on Amazon Linux very slow
I'm an Amazon EC2 and Node.js newbe so I might be in over my head, but I like learning by doing. I've got it working, but the problem is the instance is very slow and I can start Node once or twice, ...
0
votes
0answers
261 views
Cannot connect to a modified (bundled and registered) Amazon AMI
I am having problems connecting to an AMI that I created by modifying an existing linux ami, bundling it and registering it. Heres what I did -
Launch existing CentOS AMI (ami-cb52b6a2) - this is a ...
6
votes
4answers
425 views
CPU utilization of Node.js on Amazon EC2
Seeing as how node is single threaded, If I have node server running on an amazon EC2 instance with 4 EC2 Compute units will it run any faster / handle more load than if I have 2 EC2 Compute units?
...
3
votes
3answers
496 views
Architecture of MySQL on EBS for scaling (Amazon Web Services)
I'm trying to understand how to architect an Amazon Web Services application.
I have an instance running off of EBS. As far as I understand, I need to mount the EBS drive so that I can store my MySQL ...
2
votes
1answer
70 views
Why might the CIDR/IP in DB security group be different from instance elastic IP?
I have an EC2 instance, which is able to connect to my RDS instance, yet its elastic IP does not appear in the DB security group of whitelisted IP's.
How might this be?
I ask because I have ...
2
votes
3answers
252 views
How to turn on/off cloud instances during office hours
I've got my head around creating cloud instances in AWS, Azure and Rackspace. However, I need to turn my instances off at the end of the day and on in the morning as this will half my hosting cost ...
2
votes
2answers
1k views
On Amazon EC2 is it possible to reassign a keypair to an already running instance?
On Amazon EC2 is it possible to reassign a keypair to an already running instance?
I am having problem with a particular keypair and am wondering if there is a way to fix it by reassign it.
Thanks
1
vote
3answers
107 views
Animated lines in Java Swing
I am currently writing code for creating a monitoring tool which monitors the Amazon Web Services and Amazon Cloud, and visualize my currently running cloud infrastructure.
For example , if the CPU ...
1
vote
1answer
302 views
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManagerFactory
I have Eclipse Indigo that I use to develop a JSF 2 project using Glassfish 3 Open Source, this in my computer then in my EC2 instance too, in Amazon AWS, for both Glassfish's I created a JDBC ...
1
vote
0answers
168 views
Make AMI from EC2 W2008 instance - why never get a password?
What I'm trying to do
I'm trying to clone a EC2 Windows 2008 instance via the Managment Console.
The instance is based upon "Windows-Server2008-i386-Base-v104 (ami-92ba43fb)" but has a number of ...
1
vote
2answers
407 views
AWS Snapshot AMI
I am pretty new to Amazon Web Services. I have launched a non-EBS instance of a server from an AMI and have done some configuration. I want to stop the server now, but I only see options to Reboot and ...
0
votes
2answers
914 views
PHP-FPM and Nginx: 502 Bad Gateway
Configuration
Ubuntu Server 11.10 64 bit
Amazon AWS, Ec2, hosted on the cloud
t1.micro instance
Before I write anything else, I'd like to state that I've checked both nginx 502 bad gateway and ...
0
votes
0answers
239 views
Amazon EC2: can't git push
I have an Amazon EC2 micro instance.
Everything is set up: httpd, php, git, ssh keys ...
However i cant git push from local to the EC2 instance. I've read a lot of questions, including the git push ...
0
votes
2answers
123 views
gem to track the number of hits the site get without login?
I am building a site on Rails framework on ec2. I am following Lean Startup approach.
Question:
Is there a gem/ way to track the number of hits the site have?
Also the time a user spend on the ...
0
votes
1answer
145 views
c++ pthread multithreading for 2 x Intel Xeon X5570, quad-core CPUs on Amazan EC2 HPC ubuntu instance
I wrote a program that employs multithreading for parallel computing. I have verified that on my system (OS X) it maxes out both cores simultaneously. I just ported it to Ubuntu with no modifications ...
0
votes
1answer
306 views
Accessing EC2 instance after losing keypair
I booted up an EC2 instance months ago and at that time I had the .pem key stored in my PC. The PC since crashed and I had to reinstall Windows on it and I don't have a backup of the .pem file
Is ...
0
votes
3answers
925 views
EC2 - Create AMI - Cannot connect to new instance
I am experiencing difficulty trying to launch a AMI from an EBS volume. I am basically trying to launch another instance of a Linux (i386) based AMI that I have already configured the way I want. I ...
0
votes
2answers
139 views
need sorce code of libraries to run on android
I need the sourcecode for these libraries:
commons-codec-1.3
commons-httpclient-3.0.1
commons-logging-1.1
log4j-1.2.14
jaxb-ri-2.1
I need the code to recompile it in eclipse in android app and ...
36
votes
6answers
4k views
When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?
I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to know which ...
16
votes
1answer
5k views
How do I setup SSL certs on Amazon AWS Load Balancer using Godaddy certificates? -Public key and private cert don't match
I'm trying to install a GoDaddy SSL certificate on a new load balancer I'm setting up on Amazon AWS. I originally created the certificate at Godaddy using the keytool program for direct installation ...
30
votes
18answers
3k views
Why would you not want to use Cloud Computing
Our company is considering moving from hosting our own servers to EC2 and I was wondering if this was a good idea.
I have seen a lot of stuff about can cloud computing (and specifically EC2) do x, or ...
8
votes
7answers
8k views
How can I use Spring Security without sessions?
I am building a web application with Spring Security that will live on Amazon EC2 and use Amazon's Elastic Load Balancers. Unfortunately, ELB does not support sticky sessions, so I need to ensure my ...
19
votes
6answers
13k views
Elastic Load Balancing in EC2
Its been on the cards for a while, but now that Amazon have released Elastic Load balancing what are your thoughts on deploying this solution for a high-traffic web app.
Should we replace HAProxy or ...