Which is better Multi-AZ DB Cluster or Multi-AZ DB Instance for Amazon RDS for PostgreSQL

0

Hi All,

I am working on database architecture for my company and unable to decide whether should I go for Multi-AZ DB Cluster or Multi-AZ DB Instance for Amazon RDS for PostgreSQL. Can anyone help how to decide on that?

Enter image description here

1 Answer
1
Accepted Answer
  • First question, what’s the requirement?
  • Is there a budget?
  • What’s the balance of reads and writes to the database?
  • Is there an RTO?
  • have you considered Aurora Postgres?

One gives you a warm standby while the other gives you 2 read replicas with failover.

Multi AZ instance Support high availability for your application with automatic database failover that completes as quickly as 60 seconds with zero data loss and no manual intervention

Multi AZ Cluster This is a database cluster with one primary and two readable standby instances. It provides up to 2x faster transaction commit latency and automated failovers, typically under 35 seconds.

Here’s a good article to read https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster/

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions