AWS Certified Solutions Architect – Associate (SAA-C03) — Question 207

A media company collects and analyzes user activity data on premises. The company wants to migrate this capability to AWS. The user activity data store will continue to grow and will be petabytes in size. The company needs to build a highly available data ingestion solution that facilitates on-demand analytics of existing data and new data with SQL.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because Amazon Kinesis Data Firehose is designed for seamless data ingestion and can directly load data into Amazon Redshift, enabling efficient SQL analytics with minimal management. Option A lacks the direct integration with Redshift, while Option C introduces unnecessary complexity with AWS Lambda, and Option D involves managing EC2 instances, which increases operational overhead.