What is Amazon RDS?
Answer: RDS is AWS's managed relational database service supporting MySQL, PostgreSQL, MariaDB, Oracle, SQL Server and Aurora. AWS handles provisioning, patching, backups, replication and failover while you keep standard SQL and normal client drivers. You do not get operating-system access.
Why interviewers ask this: The boundary to name is what you give up: no OS access, restricted parameter tuning, a supported subset of extensions and versions. That is precisely the trade-off that decides between RDS and self-managing a database on EC2.
