AWS CCP Notes

Search

Search IconIcon to open search

10-05 Relational Database Services

Last updated Aug 17, 2023 Edit Source

# Relational Database Service (RDS)

35 Relational Database Service (RDS) is a relational database service that supports multiple SQL engines. Relational is synonymous with SQL and Online Transactional Processing (OLTP). Relational database are the most commonly used type of database among tech companies and start-ups. #aws-service ^839368

RDS Supports the following SQL Engines:

# Aurora

35 Aurora is a fully managed database of either MySQL (5x faster) and PSQL (3x faster) database #aws-service

Purpose

When you want a highly available durable, scalable, and secure relational database for Postgres or MySQL

# Aurora Serverless

35 + 35 Aurora Serverless is the serverless on-demand version of Aurora. #aws-service ^a75407

Purpose

When you want “most” of the benefits of Aurora but can trade to have cold-starts or you don’t have lots of traffic demand

# RDS on VMware

35 RDS on VMware allows you to deploy RDS supported engines to an on-premise data-center. The datacenter must be using VMware for server virtualization. #aws-service

Purpose

When you want a database managed by RDS on your own datacenter