My AWS Musings

Cloud computing, EC2, RDS, SQS, S3, Java…

Entries Tagged ‘cloud database’

Database in cloud – Amazon RDS or MySQL on ebs?

Recently Amazon launched RDS – Relational Database Service. Before Amazon offered this service, we had a MySQL configured on an ec2 instance. We needed one more database in cloud. Which way did we go? In this article, I have tried to compare both the options.

Comments (2)

Amazon RDS in 10 mins

Amazon’s Relational Database Service (RDS) offers hosted MySQL database in the cloud. In pre RDS era, you would have fired up an instance, installed MySQL yourself on it, configured an EBS volume so that the database data storage is persistent. You would have setup a cron to snapshot your EBS volume. But RDS saves the [...]

Comments (2)