Ask HN: For those of you on AWS do you use RDS?

1 points by smattiso ↗ HN
I'm building a new site on AWS using EC2 and S3. Do you guys use EC2 to host your DB or use the RDS? I haven't heard a lot of people using RDS (yet).

6 comments

[ 4.6 ms ] story [ 128 ms ] thread
We're using EC2 to host MySQL. The DB admin does some advanced stuff with striping across EBS volumes, custom replication, and selective backups that couldn't be done with RDS.
How's the price compare?
Probably the same, once you add the raided EBS volumes on top of the EC2 instance
(comment deleted)
Probably the same, once you add the raided EBS volumes on top of the EC2 instance
yes. no complaints here. the multi-az hot standby has been very useful.