Practice Questions

RDS (Relational Database Service)

RDS is a managed relational database service that handles provisioning, patching, backups, and replication. You choose the database engine; AWS manages the infrastructure.

Supported engines: MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora.

Multi-AZ Deployments

Multi-AZ creates a synchronous standby replica in a different Availability Zone. Its sole purpose is high availability and automatic failover — not performance.

Read Replicas

Read replicas are asynchronous copies of the primary database used to offload read traffic and improve performance.

Multi-AZ vs. Read Replicas — the most tested comparison: