_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

AWS RDS — Managed Databases

12. 01. 2024 1 min read intermediate

Cloud Intermediate

AWS RDS — Managed Databases

AWSRDSAuroraDatabases 5 min read

Relational Database Service. Multi-AZ, Read Replicas, Aurora, backup, and performance tuning.

Supported Engines

  • Aurora — AWS-native, 5× MySQL performance, up to 15 read replicas
  • PostgreSQL / MySQL / MariaDB — open-source engines
  • Oracle / SQL Server — enterprise, BYOL or included license

Multi-AZ and Read Replicas

aws rds create-db-instance \
  --db-instance-identifier mydb \
  --db-instance-class db.r6g.xlarge \
  --engine aurora-postgresql \
  --multi-az \
  --allocated-storage 100

Multi-AZ = synchronous replication, automatic failover. Read Replicas = asynchronous, for read-heavy workloads.

Backup

  • Automatic snapshots — 1–35 day retention
  • Point-in-Time Recovery — restore to any point in time
  • Aurora Backtrack — “undo” without restore

Summary

RDS eliminates DB ops overhead. For maximum performance, choose Aurora with Multi-AZ and Read Replicas.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.