Is creating a Read Replica of another Read Replica supp…

Is creating a Read Replica of another Read Replica supported?

Is creating a Read Replica of another Read Replica supported?

A.
Only in certain regions

B.
Only with MSSQL based RDS

C.
Only for Oracle RDS types

D.
No

Explanation:
https://aws.amazon.com/rds/faqs/



Leave a Reply 3

Your email address will not be published. Required fields are marked *


joy

joy

D:
Create a replica from an existing Read Replica (supported for MySQL 5.6) – You can now create a second-tier Read Replica from an existing first-tier Read Replica. By creating a second-tier Read Replica, you may be able to move some of the replication load from the master database instance to a first-tier Read Replica. Please note that a second-tier Read Replica may lag further behind the master because of additional replication latency introduced as transactions are replicated from the master to the first tier replica and then to the second-tier replica.(but it is only allowed on mySQL)

TB

TB

You can now create a second-tier Read Replica from an existing first-tier Read Replica, why D?

Abdul

Abdul

B
Q: Can I create a Read Replica of another Read Replica?

Amazon Aurora, Amazon RDS for MySQL and MariaDB: You can create a second-tier Read Replica from an existing first-tier Read Replica. By creating a second-tier Read Replica, you may be able to move some of the replication load from the master database instance to a first-tier Read Replica. Please note that a second-tier Read Replica may lag further behind the master because of additional replication latency introduced as transactions are replicated from the master to the first tier replica and then to the second-tier replica.

Amazon RDS for PostgreSQL: Read Replicas of Read Replicas are not currently supported.

https://aws.amazon.com/rds/faqs/