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 c开发者_JAVA技巧h
So I\'m trying to figure out what\'s involved with doing the following using EC2: I\'ve got a desktop application that sometimes has to do cpu-intensive operations.What I need to do is offload these
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have an algorithm written in PHP which communicates with MySQL. On standard shared hosting server it takes about ~5 seconds to calculate. My question is - how can I speed it up (of course without ch
We have a web application deployed on quite a few AWS machines, all served by a central (MySQL) DB. We currently log some events to a table in DB, and would like to add some sort of identification wh
I\'m using Amazon S3 to store some mp3 files. My web application, uses the Soundmanager2 javascript library to load the files from the Amazon bucket, and play them to users.
I have several Amazon EC2 instances, running Ubuntu 10.04, with which I\'d like to use Amazon\'s Route53.I setup a script as described in Shlomo Swidler\'s article, but I\'m still missing something.
Amazon\'s new EBS-based EC2 instances have two options to shutdown: terminate or stop. Stopped instances can be later started again, automatically continuing from the same EBS root disk state they had
I dealt with GAE before and I like simplicity of its webapp. Now I am trying to learn how to work with Amazon EC2. My question - where do I start 开发者_C百科to make a simple web application that I wi
my question is basically two questions, but since they are closely related I thought that it makes sense to ask them en-bloque.