Question 335:
A company wants to have a data store for their log files from various EC2 Instances. These log files need to be streamed from the various servers and then stored for analysis at a later stage. Which of the following can be used for this requirement?
Answer options:
A.Ingest the data using AWS SQS and then store the data in DynamoDB B.Ingest the data using AWS SQS and then store the data in S3 C.Ingest the data using AWS Kinesis and then store the data in S3 D.Ingest the data using AWS Kinesis and then store the data in DynamoDB