I know that Amazon EC2 gives out a 'cloud' platform -- ie. A virtualized instance of a Linux or Windows box. However, I can't find other (large!) vendors doing this? For example, I tried Microsoft Azure, and it doesn't seem to issue out boxes, but just the development platforms or service platforms (ie database, exchange etc.)
Am I miss...
Does anybody have/know any amazon EC2 AMI that has PostgreSQL/PostGIS/GDAL/Proj/Geos installed?
...
I have existing instances running and I can connect to them fine. Even if I start a new instance from one of my saved ami's I can connect to it fine but any new public or community ami (I've tried 2 offical Ubuntu ami's and 1 Fedora quickstart ami) I get permission denied (publickey). The permissions are good on my key file. I've also...
I want to know the ideal instance site for a portal, may it be a news portal or sports portal
and is there a better hosting solution than ec2 for such a site ?
...
For my application, I need to have Skype working on my Amazon EC2 Windows instance. I got the application installed and am able to log in, however, I can't make a phone call, since I am getting an 'Can't detect your sound card' error.
Since I'm trying to inject audio from an audio file into the phone call, I don't need the sound card on...
Greetings to all the smart people around here!
I'd like to ask whether it is feasible or a good idea at all to deploy a Java enterprise web application to a Cloud such as Amazon EC2. More exactly, I'm looking for infrastructure options for an application that shall handle few hundred users with long but neither CPU nor memory intensive ...
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 instance id.
The command is something like ec2-run-instances ami-dd8ea5a9 -K pk.pem -C cert.pem --region eu-west-1 -t c1.medium -n 1, and its o...
Authenticating to our Ubuntu EC2 instance worked fine until a little while ago. All of a sudden, the key is being rejected. When we create a new instance with the keypair, we're able to connect to the instance perfectly, so it appears to be an issue with the existing instance. Port 22 is open.
Any suggestions on what to look at from a...
I need to have amazon ec2 server running some programs upon booting. I need it to be automatically because it is the python script that should start the instance.
...
I've been thinking for a long time about working on a multiplayer game in Flash. I need updates frequently enough that ajax requests won't work so I need to use a socket server.
The system will eventually have enough objects/players that I would consider it an MMO. I would like to set up a scalable system on Amazon's EC2. (Which prob...
Hi -
I've deployed a webservice to a Jboss instance running on Amazon EC2. The webservice works fine locally, but when I deploy on EC2, and go to the /jbossws/services page the Endpoint Address for the webservice is the private DNS of the ec2 instance (domU-X-X-X-X etc...), not the public dns (which I would like it to be).
I've tried ...
I know about increasing, but is there a way reduce the size of an EBS volume? Like I've put effort into my AMI but soon realized it's way to big for my needs. It's a windows 2008 instance.
...
What is the significance of new cloud platforms and databases like Microsoft Azure and Amazon EC2?
Is it a replacement for enterprise application platforms like .net or JEE in a cloud environment?
Is it neccessary to use these or other cloud specific platforms, or can we implement .net or JEE on a cloud based environment?
...
I want to use EC2 for some reasons and EC2 provides both windows and linux deployments, but linux is much cheaper (linux reserved instances are approx. %63-%85 price of windows ones and spot instances are %50 cheaper for linux). I need a type safe lang and mainstream platform and I prefer to use .net/c# stack (but not mono for some reaso...
I use SSL certificate for a web site I set up in Amazon EC2 Machine Instance. The SSL certificate is for one domain name, which is not public DNS for the Amazon Machine Instance. The browser always complains the mismatch in the domain name because it compares the domain name of the SSL certificate to the Amazon public DNS.
How can I se...
Hey Guys,
I'm confused about the problem and not sure if I can provide enough details.
I have a php app built on Zend framework which I've successfully deployed on other hosting companies. I am now trying to move to Amazon EC2
I moved all my code and set my domain to point to the IP address. So far so good.
Now when I access my home p...
I am using Boto library to write scripts for automating our jobs on AWS. My script actually starts a hadoop cluster using cloudera scripts and then does some customization. I am having a problem with retries. Seems like very command in my script fails once couple of days. I started adding retry to all the commands, but then the code is v...
There are a lot of discussion on this but I still don't have clear idea what is the best solution.
I am currently considering MongoDB. Do you think it's good?
What about Cassandra?
Besides, ThruDB looks good but seems there is no official release.
...
How can I go about deploying a Rails app on a cluster of Amazon EC2 servers? Any recommended guides?
I maintain a RoR app (currently hosted on Heroku) that uses a DB and DelayedJobs). The app has a large footprint, and needs to be distributed on a cluster most likely. Any tips would be appreciated. Are there Amazon AMIs that replica...
We are running Hadoop on Amazon EC2 cluster. We start the master, slaves and attach the ebs volumes and finally waiting for hadoop jobtracker, tasktracker etc to start and we have timeout of 3600 seconds. We are noticing 50% of the time that job tracker is not able to start before the timeout. Reason being, hdfs is not initialized proper...