...

/

Review: High Availability and Resilience of Our RDS Database

Review: High Availability and Resilience of Our RDS Database

Learn to analyze a database infrastructure to understand its resilience.

Let’s take a look at the RDS database in its current configuration.

Press + to interact
RDS architecture's current state
RDS architecture's current state

In the diagram above, we can see that we currently have one RDS database instance running in one availability zone. All WordPress instances access the database running on this instance.

High availability of the current RDS deployment

Q

Does this have implications on the high availability of our deployment?

A)

No. Because RDS is managed by AWS, AWS is responsible for it and will make sure that it’s highly available.

B)

Yes, because our RDS database is currently configured as a single-AZ setup running in only one availability zone. If this availability zone goes offline, our deployment will go offline too.

1.

Did you choose “Yes”?

Show Answer
Q1 / Q1
Did you find this helpful?

If we analyze RPO and RTO for our RDS database right now, it would not look good. We can check the configuration by following this link: RDS database configuration.

We're creating backups for the last seven days, and we can see that there are indeed snapshots of our database available. The screenshots ...