
Answer-first summary for fast verification
Answer: Amazon Kinesis
Amazon Kinesis supports replayability of data ingestion pipelines. It allows you to create a replay of the ingested data, which can be used to recover from failures or for reprocessing. This feature is not available in Amazon S3, DynamoDB, or Redshift. Therefore, using Amazon Kinesis would be the most suitable choice for a data ingestion pipeline that requires replayability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a data ingestion pipeline that requires replayability. This means that the pipeline should be able to replay the ingested data in case of failures or for reprocessing. Which AWS service would you use to achieve this, and why?
A
Amazon S3
B
Amazon DynamoDB
C
Amazon Kinesis
D
Amazon Redshift
No comments yet.