Questions tagged [amazon-ec2]

30 questions
159
votes
17 answers

Windows Azure vs Amazon EC2 vs Google App Engine

From a developer point of view which platform would you consider for a large social web application? If you could provide some details on what you consider to be the strengths of which alternative it would be great.
iulianchira
29
votes
6 answers

Using EC2 instance as main development platform

My problem I am working as a consultant for various companies. Each company provides me with a laptop with their software on and I also have my own, where I have my development environment. I tend to buy a new laptop every second year and find…
David
  • 4,449
  • 6
  • 35
  • 48
26
votes
13 answers

What's the cheapest way to host hobby projects?

What's the best place to put your hobby web projects(the web app itself, not the code) ? Typically, the projects are such that: a) I just want to test out an interesting idea without exploring the business angle to it, just to see how people take…
letronje
  • 501
  • 1
  • 4
  • 8
8
votes
2 answers

Cloud service and IM protocol advice, for a backend to group chat mobile app

Overview I’m going to develop an app on Android and iOS. It will allow users to set up group ‘chat rooms’ and talk on chat rooms set up by other users. The service needs to be highly scalable, such that it could accommodate a massive increase in…
Jon Cox
  • 157
  • 2
  • 11
8
votes
1 answer

Moving my ASP.NET MVC application to Amazon AWS

I built an ASP.NET MVC application, and now I want to move it to Amazon AWS from my development server. My question is: How does one migrate an ASP.NET application to Amazon AWS? Here is what I have researched/found so far: Sessions don't work…
arao6
  • 243
  • 2
  • 6
7
votes
5 answers

Clojure Web Application: EC2 or GAE?

I am developing a web application written in Clojure using the Compojure framework. My question is, should I deploy to Amazon EC2 or Google App Engine? I've read this article on running Clojure code on GAE, but I am still a bit concerned about the…
dbyrne
  • 1,378
  • 1
  • 11
  • 15
6
votes
3 answers

Server architecture for short bursts of ~150 parallel CPU-heavy subqueries

The client sends a query (a few hundred characters) to the web service. This query can be split into 20 to 150 subqueries with a simple regex. Those subqueries can then be computed independently and take each up to 5 seconds. Thus we'd like to have…
mb21
  • 163
  • 5
4
votes
4 answers

How do I let customers run arbitrary code as securely as possible?

I'd like to offer a service where customers can write arbitrary java code, send it to me, and I'll run it for them on Amazon EC2. My question is: how can I do this without exposing one customer's data to another customer? Right now I'm thinking…
Tyler
  • 141
  • 3
2
votes
1 answer

Amazon Cloud (EC2) w/SQL Server. Pay for SQL instance, or use an AMI w/SQL Server Express?

I have been considering using the Amazon cloud (EC2) for a small workflow application. In terms of power and storage, a SQL Server Express database will more than meet my needs. I have been cautioned against paying for just a Windows server instance…
jlnorsworthy
  • 1,266
  • 2
  • 10
  • 18
2
votes
0 answers

Running a high availability PostgreSQL cluster on native AWS services only

Backstory: I am unable to use RDS, as I need to install cartridges in my PostgreSQL instances. I have been trying to pin down an architecture for PostgreSQL running on EC2 instances for a few days. Most information I could find online use separate…
tjwoon
  • 29
  • 1
2
votes
1 answer

How to automate my AWS spark script

I am new to AWS and i have learnt and developed code in spark -scala . My application basically merge two files in spark and created final output. I read both files (MAIN files and INCR files )in spark from S3 bucket . All are working fine and i am…
2
votes
1 answer

Messaging between microservices on AWS

Here is the scenario: We are running a microservices style architecture on AWS using API Gateway and EC2 instances. Let’s say there are five services: Photo Service, Topics Service, User Posts Service, User Messages Service and User Profile Service.…
2
votes
1 answer

Running SQL Server Express on Micro/Extra Small VM

I'm exploring options for running a small cloud Windows Server (either AWS EC2 Micro or Azure Extra Small). The server won't be hit very hard, but I need to run a simple relational database, which I'm expecting to be moderately sized - probably a…
Joe Enos
  • 320
  • 1
  • 9
1
vote
1 answer

Windows Azure vs GAE vs AWS - for process based application

I am writing an application that will crawl web pages and analyze data, and I'm wondering if I can host this as a cloud-based service. The main reason I'm looking at cloud hosting is that users may process thousands of pages at once, and I need to…
1
vote
0 answers

List Git branch currently on each EC2

We have a handful of AWS EC2s set up for testing ongoing feature developments. I'm wondering if anyone knows an easy, automated way to keep track of which git branch we're testing on each EC2. Maybe with github hooks? For example, we might be…
1
2