RDS (Relational Database Service)

aws/database aws/service

💡 Definition

Amazon RDS makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks.

🔑 Key Concepts

⚙️ How it Works

  1. Choose Engine: Select the DB engine (e.g., MySQL).
  2. Configure Instance: Choose instance class (CPU/RAM) and storage type.
  3. Network: Place in a private subnet within a VPC.
  4. Connect: App servers connect via endpoint URL.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * DynamoDB * Redshift