AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A company requires a data platform for real-time streaming data ingestion, transformation, storage in Amazon S3, and SQL query capability on the transformed data. Identify two compatible solutions.




Explanation:

Option A is correct because it uses Amazon Kinesis Data Streams for streaming, Amazon Kinesis Data Analytics for data transformation, and Amazon Kinesis Data Firehose for loading data into Amazon S3, with Amazon Athena used to query the transformed data. Option B is also correct as it uses Amazon MSK for streaming, AWS Glue for data transformation and loading into S3, and Amazon Athena for querying the data. Both A and B satisfy the requirements of real-time data ingestion, transformation, storage in Amazon S3, and the ability to query using SQL.