Medium1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 3.5: Data Ingestion
A company needs to ingest streaming log data from thousands of EC2 instances, transform the data format from JSON to Parquet, and store it in Amazon S3 for analytics. Which service provides a fully managed solution for this?
A company needs to ingest streaming log data from thousands of EC2 instances, transform the data format from JSON to Parquet, and store it in Amazon S3 for analytics. Which service provides a fully managed solution for this?
Answer options:
A.
Amazon Kinesis Data Streams
B.
Amazon Kinesis Data Firehose
C.
AWS DataSync
D.
Amazon SQS
How to approach this question
Match 'ingest, transform, and store' to the streaming service.
Full Answer
B.Amazon Kinesis Data Firehose✓ Correct
Amazon Kinesis Data Firehose
Amazon Kinesis Data Firehose is the easiest way to reliably load streaming data into data lakes, data stores, and analytics services. It can batch, compress, transform, and encrypt the data before loading it.
Common mistakes
Confusing Kinesis Data Streams with Kinesis Data Firehose.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert