I would like to know the possible use cases of Amazon RDS ?
How can we leverage the features and services of amazon RDS?
What is the master slave relationship in RDS? how can we implement this??
I would like to know the possible use cases of Amazon RDS ?
How can we leverage the features and services of amazon RDS?
What is the master slave relationship in RDS? how can we implement this??
You should start here to learn more about Amazon RDS: http://aws.amazon.com/documentation/rds/
You can use RDS in the same use cases you would use the supported relational databases, currently MySQL, Postgres, Oracle and SQL Server, but without installing and managing it yourself.
The master-slave replication feature is called "Multi-AZ" and you can enable when creating your database instances.