A company is building a health monitoring portal. The portal requires a relational database to store patient contact information and appointment schedules, and a fast, scalable, non-relational database to store real-time health metrics from wearable devices. Additionally, the company wants to minimize database administration by choosing fully managed services. Which of the following AWS services should the company select to meet these requirements? (Select TWO.)
- Amazon RDSAnswer
- Amazon DynamoDBAnswer
- CAmazon Redshift
- DAmazon ElastiCache
- EAmazon Elastic Block Store (Amazon EBS)
Answer
Amazon RDS and Amazon DynamoDB
Amazon RDS is the correct choice for the relational database requirement as it is a fully managed service that handles transaction consistency. Amazon DynamoDB is the correct choice for the non-relational database requirement as it provides low-latency, fully managed key-value storage at scale.
Step-by-Step Solution
Key Concept
AWS Database Services selection based on relational (RDS) vs. non-relational (DynamoDB) requirements and managed vs. self-managed services.