Ask HN: For those of you on AWS do you use RDS?
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).
2 comments
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.
yes. no complaints here. the multi-az hot standby has been very useful.