Medium1 markMultiple Choice
AWS SAA-C03 · Question 52 · Domain 3.5: Data Ingestion
A company wants to collect application logs from hundreds of EC2 instances and deliver them to an Amazon S3 bucket for long-term storage. The solution must be fully managed, automatically scale to handle varying data volumes, and require zero custom code.<br/><br/>Which AWS service should be used?
A company wants to collect application logs from hundreds of EC2 instances and deliver them to an Amazon S3 bucket for long-term storage. The solution must be fully managed, automatically scale to handle varying data volumes, and require zero custom code.<br/><br/>Which AWS service should be used?
Answer options:
A.
Amazon Kinesis Data Streams
B.
Amazon Kinesis Data Firehose
C.
AWS Data Pipeline
D.
Amazon SQS
How to approach this question
Look for 'deliver to S3' and 'zero custom code'.
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 is fully managed, automatically scales, and requires no custom code to deliver data to S3.
Common mistakes
Confusing Kinesis Data Streams (requires consumer code) with Kinesis Data Firehose (fully managed delivery).
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert