Skip to main content

AWS Glossary

Amazon RDS

Amazon Relational Database Service — fully managed relational database supporting MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Amazon Relational Database Service — fully managed relational database supporting MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora.

Key Facts

  • Amazon Relational Database Service — fully managed relational database supporting MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora
  • RDS supports six database engines: MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora
  • It lets development teams focus on query optimization and schema design instead of database infrastructure
  • 95% (Multi-AZ) | 99
  • t3

Entity Definitions

Lambda
Lambda is an AWS service relevant to amazon rds.
EC2
EC2 is an AWS service relevant to amazon rds.
RDS
RDS is an AWS service relevant to amazon rds.
Aurora
Aurora is an AWS service relevant to amazon rds.
Amazon Aurora
Amazon Aurora is an AWS service relevant to amazon rds.
IAM
IAM is an AWS service relevant to amazon rds.
VPC
VPC is an AWS service relevant to amazon rds.
Secrets Manager
Secrets Manager is an AWS service relevant to amazon rds.
AWS Secrets Manager
AWS Secrets Manager is an AWS service relevant to amazon rds.
serverless
serverless is a cloud computing concept relevant to amazon rds.
cost optimization
cost optimization is a cloud computing concept relevant to amazon rds.
compliance
compliance is a cloud computing concept relevant to amazon rds.
HIPAA
HIPAA is a cloud computing concept relevant to amazon rds.
SOC 2
SOC 2 is a cloud computing concept relevant to amazon rds.
PCI DSS
PCI DSS is a cloud computing concept relevant to amazon rds.

Related Content

Definition

Amazon Relational Database Service (RDS) is a fully managed database service that automates time-consuming administration tasks — provisioning, patching, backup, recovery, failure detection, and repair. RDS supports six database engines: MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora. It lets development teams focus on query optimization and schema design instead of database infrastructure.

Supported Engines

EngineBest For
Amazon Aurora (MySQL-compatible)High-performance MySQL workloads, ~5x MySQL throughput
Amazon Aurora (PostgreSQL-compatible)High-performance PostgreSQL workloads, ~3x PostgreSQL throughput
MySQLOpen-source relational workloads, web applications
PostgreSQLComplex queries, JSON, GIS/PostGIS, extensions
MariaDBMySQL alternative, Galera clustering
OracleEnterprise Oracle workloads, licensing migration
SQL Server.NET applications, Microsoft ecosystem

Key Features

Multi-AZ Deployment

RDS automatically replicates your database to a standby instance in a different Availability Zone:

Read Replicas

Automated Backups

RDS Proxy

RDS vs Aurora vs Self-Managed

AspectRDS (MySQL/PG)Amazon AuroraSelf-Managed (EC2)
Management overheadLowLowHigh
PerformanceStandardUp to 5x MySQL, 3x PGVariable
Availability99.95% (Multi-AZ)99.99%You manage
Storage scalingPre-allocated (up to 64 TB)Auto-scales to 128 TBYou manage
CostModerateHigher than RDSLowest instance cost
Best forStandard RDBMS needsHigh-throughput, HA criticalFull control required

Compliance and Security

Common Mistakes

Mistake 1: Using db.t3.micro for production. Burstable T-class instances are CPU-credit based — sustained load exhausts credits and degrades performance. Use M or R class for production.

Mistake 2: Enabling Multi-AZ without testing failover. Failover takes 60–120 seconds; test that your application handles it gracefully before relying on it for HA.

Mistake 3: Not using RDS Proxy for Lambda. Lambda-to-RDS without a proxy exhausts database connections under load. RDS Proxy is nearly always required for serverless-to-RDS architectures.

Need Help with This Topic?

Our AWS experts can help you implement and optimize these concepts for your organization.