An educational institution is building a portal to store student enrollment details and class schedules. The administration requires a database solution that organizes data in tables with predefined schemas and supports standard SQL queries. They want to minimize administrative overhead by choosing a fully managed service that handles software patching and automatic backups. Which AWS service is best suited to meet these requirements?
- Amazon Relational Database Service (Amazon RDS)Answer
- BAmazon DynamoDB
- CAmazon ElastiCache
- DAmazon Simple Storage Service (Amazon S3)
Answer
Amazon Relational Database Service (Amazon RDS)
Amazon Relational Database Service (Amazon RDS) is the correct choice because it is a fully managed service that allows customers to run relational databases (which support predefined schemas and standard SQL queries) while offloading tasks like patching, backups, and scaling to AWS.
Step-by-Step Solution
Key Concept
AWS Managed Relational Database Services
Estimated Time:45s