Hard1 markMultiple Choice
AWS SAA-C03 · Question 53 · Domain 3.5: Data Ingestion
A company needs to ingest real-time log data from thousands of EC2 instances. The data must be processed in real-time to detect anomalies, and the raw data must be stored in Amazon S3. Which TWO services should be combined to build this architecture? (Select TWO.)
A company needs to ingest real-time log data from thousands of EC2 instances. The data must be processed in real-time to detect anomalies, and the raw data must be stored in Amazon S3. Which TWO services should be combined to build this architecture? (Select TWO.)
Answer options:
A.
Amazon Kinesis Data Streams
B.
Amazon SQS
C.
Amazon Kinesis Data Analytics
D.
AWS Batch
E.
Amazon Athena
How to approach this question
Identify 'ingest real-time' (Kinesis Data Streams) and 'process in real-time' (Kinesis Data Analytics).
Full Answer
Amazon Kinesis Data Streams, Amazon Kinesis Data Analytics
Amazon Kinesis Data Streams is used to collect and process large streams of data records in real time. Amazon Kinesis Data Analytics allows you to process and analyze streaming data using standard SQL.
Common mistakes
Selecting Athena for real-time processing.
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert