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
  • Definition Amazon Relational Database Service (RDS) is AWS's managed relational layer for **MySQL, PostgreSQL, MariaDB, Oracle, SQL Server**, and **Aurora** (as engine options)
  • RDS automates provisioning, OS patching, backups, and Multi-AZ failover so teams focus on schema and queries instead of database VMs
  • Multi-AZ** synchronously replicates to a standby in another AZ — automatic failover typically in 60–120 seconds with RPO=0 for synchronous mode
  • RDS Proxy** pools connections (critical for Lambda-heavy architectures), supports IAM auth, and reduces failover impact on connection storms

Entity Definitions

Lambda
Lambda is an AWS service relevant to amazon rds.
S3
S3 is an AWS service relevant to amazon rds.
RDS
RDS is an AWS service relevant to amazon rds.
Amazon RDS
Amazon 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.
DynamoDB
DynamoDB 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.
Athena
Athena is an AWS service relevant to amazon rds.
Secrets Manager
Secrets Manager is an AWS service relevant to amazon rds.
Parameter Store
Parameter Store is an AWS service relevant to amazon rds.
ElastiCache
ElastiCache 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.

Related Content

Definition

Amazon Relational Database Service (RDS) is AWS’s managed relational layer for MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Aurora (as engine options). RDS automates provisioning, OS patching, backups, and Multi-AZ failover so teams focus on schema and queries instead of database VMs. Storage for non-Aurora engines lives on EBS; you choose instance class, allocate storage up to engine limits, and attach read replicas for read scaling and DR.

Multi-AZ synchronously replicates to a standby in another AZ — automatic failover typically in 60–120 seconds with RPO=0 for synchronous mode. RDS Proxy pools connections (critical for Lambda-heavy architectures), supports IAM auth, and reduces failover impact on connection storms. Standard RDS fits conventional OLTP with familiar SQL semantics; when throughput, storage autoscaling, or sub-30s failover matter more, Aurora on RDS is the upgrade path within the same console family.

EngineTypical use
PostgreSQLJSON, extensions, GIS, complex SQL
MySQL / MariaDBWeb apps, CMS, open-source OLTP
Oracle / SQL ServerEnterprise licensing, .NET/SAP stacks
Aurora (MySQL/PG compatible)Higher throughput, shared storage HA

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.