A medical device startup is developing a cloud-based platform for healthcare providers. The platform requires a database to store structured patient profiles and appointment schedules that need complex SQL queries and strict ACID compliance. Additionally, it requires a separate database to ingest high-speed, unstructured health telemetry data from millions of wearable sensors with single-digit millisecond latency. The startup wants to minimize administrative effort by choosing fully managed database solutions where AWS handles infrastructure provisioning, software patching, and physical security. Which two AWS services should the startup select to meet these requirements? (Select TWO.)
- Amazon AuroraCevap
- Amazon DynamoDBCevap
- CAmazon EBS (Elastic Block Store)
- DAmazon Redshift
- EAmazon ElastiCache
Cevap
Amazon Aurora and Amazon DynamoDB should be selected to meet the relational and NoSQL requirements respectively.
Amazon Aurora is selected because it provides a fully managed, ACID-compliant relational database for structured patient records and appointments. Amazon DynamoDB is selected because it is a fully managed NoSQL database service capable of ingesting high-speed, unstructured telemetry data with single-digit millisecond latency.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate AWS database service based on data structure, latency, and management model.