1
vote
3answers
31 views
EC2 database server failover strategy
I am planning to deploy my web app to EC2. I have several webserver instances. I have 1 primary database instance. I have 1 failover database instance. I need a strategy to redirect the webservers …
4
votes
3answers
58 views
What sort of workloads would be appropriate for use on Amazon EC2 Spot Instances?
Amazon just announced "Spot Instances" for their EC2 based infrastructure. I was wondering what sort of workloads would be appropriate for such service?
Spot Instances enable you to bid for
…
2
votes
1answer
35 views
Sharing EC2 accounts
When using external developers to help with EC2/S3 administration and development tasks what would be the normal protocol for sharing account information? I'm a little reluctant to give the Amazon …
0
votes
2answers
46 views
Is it possible to use an Amazon EC2 instance as an email server?
I want to be able to run an EC2 instance (CentOS LAMP based) as a mail server and create email addresses for users when they sign up so that they can upload files via email. The emails would be parsed …
0
votes
3answers
140 views
What is the difference between Windows Azure and Amazon Elastic Compute Cloud?
What is the difference between Windows Azure and Amazon Elastic Compute Cloud?
Should I go with Azure or EC2?
1
vote
4answers
69 views
What tools do you use to upload files to amazon ec2 Linux instances?
I am using the standard fedora AMI with the LAMP stack bundled and I want to upload files onto the server from my Windows desktop.
What is the "normal" approach for this? I am not a UNIX admin by …
1
vote
1answer
107 views
SimpleDB vs Tokyo Cabinet
Has anybody compared SimpleDB and Tokyo Cabinet for performance and scalability? I'm coding my project against SimpleDB at the moment and considering benchmarking TC, be nice if somebody had already …
0
votes
1answer
24 views
How to make visual studio 2008 deploy to ftp in ACTIVE mode?
I'm using Amazon EC2 services and would like to publish my WCF application to this server using the visual studio 2008. Instead of opening so many ports on the amazon firewall, I'll use the ftp ACTIVE …
0
votes
1answer
58 views
Passenger and Rails on Scalr.net
I'm having an issue with Passenger and Rails working together on my Scalr application server.
I have Rails 2.3.5 installed and Passenger 2.2.7. I am running ruby 1.8.6 (patchlevel 111). Previous …
0
votes
1answer
47 views
Homemade cheap and cheerful clustering with MySQL+EC2?
I've got a Java web service backed by MySQL + EC2 + EBS. For data integrity I've looked into DRBD, MySQL cluster etc. but wonder if there isn't a simpler solution. I don't need high availability (can …
0
votes
1answer
18 views
What is a good way to access external data from aws
I would like to access external data from my aws ec2 instance.
In more detail: I would like to specify inside by user-data the name of a folder containing about 2M of binary data. When my aws …
0
votes
6answers
72 views
scrape ASIN from amazon URL using javascript
Hi,
Assuming I have an Amazon product URL like so
…
3
votes
3answers
70 views
What’s a good way to collect logs from Amazon EC2 instances?
My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What's a recommended way to collect these …
0
votes
2answers
71 views
Why has my PHP system() command stopped returning output to my scripts … i used to work!
I have a PHP script that calls a .bat file using system(). The output is written to the screen and I derive some values from parsing this output. This is running on windows 2003 IIS server. PHP v5.2.0
…
0
votes
1answer
48 views
DNS solution when porting LAMP service from shared hosting to AWS EC2
I have create a LAMP based service on a shared hosting provider. It has now grown and I want to move it on AWS EC2. I have already ported the code and the data, set up ESB for the persistent content, …
