SAA-C03 · Question #173
A company has a large amount of data in an Amazon DynamoDB table. A large batch of data is appended to the table once each day. The company wants a solution that will make all the existing and…
The correct answer is A. Configure DynamoDB incremental exports to Amazon S3. Incremental Exports: Exporting DynamoDB data directly to Amazon S3 provides an automated, serverless way to make data available for analytics without operational overhead. Analytics-Friendly Storage: Amazon S3 supports long-term analytics workloads and can integrate with tools…
Question
A company has a large amount of data in an Amazon DynamoDB table. A large batch of data is appended to the table once each day. The company wants a solution that will make all the existing and future data in DynamoDB available for analytics on a long-term basis. Which solution meets these requirements with the LEAST operational overhead?
Options
- AConfigure DynamoDB incremental exports to Amazon S3.
- BConfigure Amazon DynamoDB Streams to write records to Amazon S3.
- CConfigure Amazon EMR to copy DynamoDB data to Amazon S3.
- DConfigure Amazon EMR to copy DynamoDB data to Hadoop Distributed File System (HDFS).
How the community answered
(27 responses)- A85% (23)
- B4% (1)
- C4% (1)
- D7% (2)
Explanation
Incremental Exports: Exporting DynamoDB data directly to Amazon S3 provides an automated, serverless way to make data available for analytics without operational overhead. Analytics-Friendly Storage: Amazon S3 supports long-term analytics workloads and can integrate with tools like Athena or QuickSight.
Community Discussion
No community discussion yet for this question.