A medical clinic is launching a new patient portal. The application requires a relational database to store patient appointments and dental records using standard SQL. To minimize administrative work, the clinic wants AWS to handle routine tasks such as database engine installation, operating system patching, and hardware maintenance. Which AWS service should the clinic select to meet these requirements?
- Amazon RDSAnswer
- BAmazon DynamoDB
- CAmazon Redshift
- DAmazon EBS
Answer
Amazon RDS
Amazon RDS is a fully managed service that supports relational database engines. AWS automatically handles physical infrastructure, database engine installation, operating system patching, and backups, which fulfills the clinic's requirement to minimize database administrative tasks.
Step-by-Step Solution
Key Concept
AWS Managed Relational Databases (Amazon RDS)
Estimated Time:45s