We have an mobile web (ASP.NET + MS-SQL 2008) website that stores users' "personal" data. We are now developing an iPhone & Android apps that would sync mobile data periodically to the same backend. What is the best way of going about it for hosting in the cloud? My requirements in no particular order:

  • Speed/Performance
  • Security (we bcrypt the data etc.), but the database needs to be secure, since a hint of database being "hacked" can affect perception
  • Availability: need HA
  • Finally $ - want to maintain costs low.

Some I have looked at are: Google data-store (problem: no RESTful API), Amazon SimpleDB (the cost seems quite prohibitive, has a WTF small 10GB "limit").

Any recommendations on how best to architect this solution?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

We decided to go with Amazon RDS https://aws.amazon.com/rds/. It is still in beta and seems price reasonable. Hope this helps someone.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.