
Explanation:
DynamoDB Streams captures every item-level change in near real time. A Lambda function triggered by the stream can immediately write those changes to OpenSearch, meeting the near real-time requirement without polling or scheduling overhead.
Ultimate access to all questions.
Question 1. A company has a gaming application that stores data in Amazon DynamoDB tables. A data engineer needs to ingest the game data into an Amazon OpenSearch Service cluster. Data updates must occur in near real time. Which solution will meet these requirements?
A
Use AWS Step Functions to periodically export data from the Amazon DynamoDB tables to an Amazon S3 bucket. Use an AWS Lambda function to load the data into Amazon OpenSearch Service.
B
Configure an AWS Glue job to have a source of Amazon DynamoDB and a destination of Amazon OpenSearch Service to transfer data in near real time.
C
Use Amazon DynamoDB Streams to capture table changes. Use an AWS Lambda function to process and update the data in Amazon OpenSearch Service.
D
Use a custom OpenSearch plugin to sync data from the Amazon DynamoDB tables.
No comments yet.