I have a master MySQL instance running on our local network, but I was wondering if I can get an EC2 RDS instance to replicate the master or is this locked down by amazon?

link|improve this question
feedback

3 Answers

This is still not supported as of February 2011, see RDS instance as a replication slave:

Non-RDS to RDS replication is not currently supported [...]. However, we will log your interest for our future road map planning.

link|improve this answer
feedback

Unfortunately not currently supported by Amazon. Hopefully in the future as I am awaiting that ability too.

link|improve this answer
feedback

http://aws.amazon.com/about-aws/whats-new/2010/10/05/announcing-read-replicas-lower-high-memory-db-instance-prices-for-amazon-rds/

Amazon AWS:

We are excited to announce the release of Read Replicas for Amazon RDS. You can now create one or more replicas of a given “source” DB Instance and serve incoming read traffic from multiple copies of your data. This new database deployment option enables you to elastically scale out beyond the capacity constraints of a single DB Instance for read-heavy database workloads. You can use Read Replicas in conjunction with Multi-AZ replication for scalable, reliable, and highly available production database deployments. To learn more about the release of Read Replicas, please visit the forum post here.

In addition to the release of Read Replicas, we have also lowered the On-Demand and Reserved prices for High Memory Double Extra Large (m2.2xlarge) and Quadruple Extra Large (m2.4xlarge) DB Instances. See the pricing section of the Amazon RDS detail page for full details.

link|improve this answer
-1: this announcement covers the AWS internal replication feature only, thus doesn't answer the question - please correct or delete your answer accordingly, thanks! – Steffen Opel Jan 26 at 23:06
feedback

Your Answer

 
or
required, but never shown