Aurora read replica for RDS Postgres and long-term use

1

Hello,

according to documentation, Aurora Read Replica for RDS Postgres is designed to be used as a migration step from RDS Postgres to Aurora. I was thinking of adding read replica to RDS and realized that Aurora could also be used.

Are there any downsides, if Aurora read-replica was used for long term read-replication of RDS Postgres without actually ever fully migrating to Aurora but keeping the RDS instance instead?

2개 답변
2

Note that when you create a Read Replica for the RDS PostgreSQL instance, its the native logical replication which comes into play. Meaning, the disadvantages of having a RDS Read Replica will stay even if you use Aurora PostgreSQL as a Read Replica.

But there are a couple of things which you might want to make a note of:

  • Evaluate if having an Aurora Read Replica for RDS PostgreSQL is making sense in terms of using Aurora features and if the price is justifiable to the business
  • There might be occasions when you might have to run Aurora PostgreSQL read replica to a different PostgreSQL version than its Primary i.e. RDS PostgreSQL instance as the Major upgrades might not be released on the same date
AWS
D-Rao
답변함 2년 전
1

Answering my own question; When Aurora is in read-replica mode for RDS, no furher reader instances can be added: "Creation of an Aurora Replica in a cluster which is already replicating from an RDS for PostgreSQL master is not allowed."

I guess full Aurora migration is needed by promoting the Aurora cluster and only after that, read replicas can be added.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인