RDS (Relational Database Service) एक managed database service हो — यसले relational databases (PostgreSQL, MySQL, SQL Server, इत्यादि) तपाईंको लागि चलाउँछ, operational tasks (setup, backups, patching, scaling, failover) सम्हाल्छ ताकि तपाई आफ्नो application मा ध्यान दिन सक्नुहुन्छ, database administration मा होइन।
RDS ले प्रदान गर्ने कुरा: managed databases
RDS runs RELATIONAL DATABASES and MANAGES the operational burden for you:
→ SETUP — provision a database in minutes
→ BACKUPS — automated backups + point-in-time recovery
→ PATCHING — handles software updates/security patches
→ SCALING — resize compute/storage; read replicas
→ HIGH AVAILABILITY — Multi-AZ failover (standby in another zone)
→ MONITORING — built-in metrics
→ vs running a database YOURSELF on EC2 (you'd manage all of the above manually).
