Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any less costly alternatives to Amazon's Relational Database Services (RDS)? [closed]

Tags:

I have the following requirement. I have with me a database containing the contact and address details of at least 2000 members of my school alumni organization. We want to store all that information in a relation model so that

  1. This data can be created and edited on demand.
  2. This data is always backed up and should be simple to restore in case the master copy becomes unusable.
  3. All sensitive personal information residing in this database is guaranteed to be available only to authorized users.
  4. This database won't be online in the first 6 months. It will become online only after a website is built on top of it.

I am not a DBA and I don't want to spend time doing things like backups. I thought Amazon's RDS with it's automatic backup facility was the perfect solution for our needs. The only problem is that being a voluntary organization we cannot spare the monthly $100 to $150 fees this service demands.

So my question is, are there any less costlier alternatives to Amazon's RDS?

like image 301
Swapnonil Mukherjee Avatar asked May 30 '10 07:05

Swapnonil Mukherjee


1 Answers

In your case of just contact and address data I would choose Amazon SimpleDB. I know SimpleDB might not be suitable for a large number of tables with relationships and all, but for your kind of data I think SimpleDB is sufficient. And costs is much much cheaper than Amazon RDS.

I also wanted to use RDS, but the smallest db size costs $80 p/month.

like image 111
August Avatar answered Oct 25 '22 19:10

August