Local replica of RDS database

2019-02-24 11:50发布

I've been doing some research for the past hour or so and I've been hearing some conflicting information regarding the replication of Amazon RDS databases. My database is pretty big, 15 tables with a total size of 4 GB. So, basically, is it possible for me to create a local replica of a remote RDS InnoDB or does Amazon not allow it?

1条回答
ら.Afraid
2楼-- · 2019-02-24 12:20

you can create replicas of an RDS but only as another RDS. You can't do a replica on an EC2 or a local machine.

查看更多
登录 后发表回答