SAP-C02 · Question #12
A company that tracks medical devices in hospitals wants to migrate its existing storage solution to the AWS Cloud. The company equips all of its devices with sensors that collect location and usage…
The correct answer is C. Store the data in an Amazon Aurora Serverless database. Serve the data through the Aurora. https://aws.amazon.com/blogs/aws/new-data-api-for-amazon-aurora-serverless/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html https://aws.amazon.com/blogs/aws/aws-privatelink-for-amazon-s3-now-available/…
Question
A company that tracks medical devices in hospitals wants to migrate its existing storage solution to the AWS Cloud. The company equips all of its devices with sensors that collect location and usage information. This sensor data is sent in unpredictable patterns with large spikes. The data is stored in a MySQL database running on premises at each hospital. The company wants the cloud storage solution to scale with usage. The company's analytics team uses the sensor data to calculate usage by device type and hospital. The team needs to keep analysis tools running locally while fetching data from the cloud. The team also needs to use existing Java application and SQL queries with as few changes as possible. How should a solutions architect meet these requirements while ensuring the sensor data is secure?
Options
- AStore the data in an Amazon Aurora Serverless database. Serve the data through a Network
- BStore the data in an Amazon S3 bucket. Serve the data through Amazon QuickSight using an
- CStore the data in an Amazon Aurora Serverless database. Serve the data through the Aurora
- DStore the data in an Amazon S3 bucket. Serve the data through Amazon Athena using AWS
How the community answered
(35 responses)- A14% (5)
- B6% (2)
- C71% (25)
- D9% (3)
Explanation
https://aws.amazon.com/blogs/aws/new-data-api-for-amazon-aurora-serverless/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html https://aws.amazon.com/blogs/aws/aws-privatelink-for-amazon-s3-now-available/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data- The data is currently stored in a MySQL database running on-prem. Storing MySQL data in S3 doesn't sound good so B & D are out. Aurora Data API "enables the SQL http endpoint, a connectionless Web Service API for running SQL queries against this database. http endpoint is enabled, you can also query your database from inside the RDS console (these features are free to use)."
Community Discussion
No community discussion yet for this question.