A company needs a fully managed relational database with tables, rows and SQL. Which service fits?
Amazon RDS is the managed relational database service — tables, rows and SQL, with AWS handling the operations. Why not the others: DynamoDB is NoSQL, a different data model. Redshift is a data warehouse for analytics, not a general transactional database. ElastiCache is an in-memory cache, not a primary database. Relational and managed points to RDS.