Deep dive on Amazon RDS Multi-AZ with two readable standbys - AWS Online Tech Talks

preview_player
Показать описание
Amazon Relational Database Service (Amazon RDS) for PostgreSQL and for MySQL now support a new Amazon RDS Multi-AZ deployment option with one primary and two readable standby database (DB) instances across three Availability Zones (AZs). With this new option, Amazon RDS users can get up to 2x faster transaction commit latency compared to Multi-AZ with one standby, typically under 35 second fail overs, and additional read capacity. In this session, deep dive into how this new deployment option works, how it’s different from Amazon RDS Multi-AZ with one standby, and see a demo of how this option can help with applications with read-heavy workloads.

Learning Objectives:
* Objective 1 - Get an overview of Amazon RDS Multi-AZ and the new two readable standbys option.
* Objective 2 - Compare Amazon RDS Multi-AZ with one standby and Amazon RDS Multi-AZ with two readable standbys to see which is best for your use case.
* Objective 3 - Watch a demo of this new deployment option and how it helps applications with read-heavy workloads.

Follow Amazon Web Services:

☁️ AWS Online Tech Talks cover a wide range of topics and expertise levels through technical deep dives, demos, customer examples, and live Q&A with AWS experts. Builders can choose from bite-sized 15-minute sessions, insightful fireside chats, immersive virtual workshops, interactive office hours, or watch on-demand tech talks at your own pace. Join us to fuel your learning journey with AWS.

#AWS
Рекомендации по теме
Комментарии
Автор

In the second option, if the replication is not sync, does it still provide monotonic read consistency on read replicas?

tharun
Автор

In this architecture, the two readable standbys are also acting as read replicas?

jee.lalitha
Автор

In the first option if synchronous replication is used, wouldn't the availability be affected in case the standby replica fails?

tharun
Автор

Don't we have this for sql server engine ?

solsh
Автор

Can you create a read replica in a different region for DR? How does RDS Cluster support disaster recovery?

RobertoPlatani