AWS Certified Solutions Architect – Professional (SAP-C02) — Question 120

A company has purchased appliances from different vendors. The appliances all have IoT sensors. The sensors send status information in the vendors' proprietary formats to a legacy application that parses the information into JSON. The parsing is simple, but each vendor has a unique format. Once daily, the application parses all the JSON records and stores the records in a relational database for analysis.

The company needs to design a new data analysis solution that can deliver faster and optimize costs.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it utilizes AWS IoT Core and AWS Lambda to efficiently process the data in real-time, enabling cost-effective storage in Amazon S3, which can be easily analyzed using Athena and QuickSight. Option B, while feasible, does not optimize costs as effectively and relies on AWS Fargate, which may introduce more overhead. Option C may not provide the same level of real-time processing and could lead to delays in data availability for analysis. Option D focuses on local analysis with Snowball Edge, which is not optimal for the company's need for faster and cost-efficient cloud-based analysis.