Topic 1 Question 160
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?
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.
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.
Use Amazon DynamoDB Streams to capture table changes. Use an AWS Lambda function to process and update the data in Amazon OpenSearch Service.
Use a custom OpenSearch plugin to sync data from the Amazon DynamoDB tables.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C👍 1emupsx12024/11/24
- 正解だと思う選択肢: C
DynamoDB supports streaming of item-level change data capture records in near-real time
👍 1MerryLew2025/01/15
シャッフルモード