
Answer-first summary for fast verification
Answer: Utilize Amazon Kinesis with data delivery to S3.
The correct answer is A: Utilize Amazon Kinesis with data delivery to S3. This option involves sending activity data to an Amazon Kinesis data stream and configuring the stream to deliver the data to an Amazon S3 bucket. This solution minimizes operational overhead by leveraging managed services that ensure high availability and scalability. Additionally, storing data in S3 facilitates on-demand analytics using tools like Amazon Athena, which allows SQL queries directly on the data stored in S3, removing the need for complex data processing pipelines and reducing management overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A media company seeks to migrate its on-premises user activity data analysis to AWS, requiring a scalable, highly available data ingestion solution with minimal operational overhead. The data will grow to petabytes and must support on-demand SQL analytics. Which AWS service configuration best meets these criteria?
A
Utilize Amazon Kinesis with data delivery to S3.
B
Employ Amazon Kinesis Data Firehose for delivery to Amazon Redshift.
C
Direct data to S3, triggering AWS Lambda for processing.
D
Develop an EC2-based ingestion service with RDS Multi-AZ for data forwarding.
No comments yet.