Exam SAA-C03 All QuestionsBrowse all questions from this exam
Question 818

A company's application runs on Amazon EC2 instances that are in multiple Availability Zones. The application needs to ingest real-time data from third-party applications.

The company needs a data ingestion solution that places the ingested raw data in an Amazon S3 bucket.

Which solution will meet these requirements?

    Correct Answer: A

    The correct solution for ingesting real-time data and placing it into an Amazon S3 bucket is to use Amazon Kinesis. By creating Amazon Kinesis data streams for data ingestion and Amazon Kinesis Data Firehose delivery streams, the data can be consumed and sent directly to an S3 bucket. This approach allows seamless real-time data ingestion from multiple sources and ensures that the data is efficiently and reliably stored in Amazon S3.

Discussion
asdfcdsxdfcOption: A

A is correct

xBUGxOption: C

A is best solution, but i think the question is saying "The application needs to ingest real-time data from third-party applications." and the application is run on EC2. so i think we need a solution that works with the application on EC2 for this question?

Sergiuss95

DataSync is more suitable for transferring data between on-premises storage systems and AWS, rather than ingesting real-time data. Best solution is A

Mayank0502Option: C

each ec2 needs to proceed data separately

seetpt

Agree with A