
Ultimate access to all questions.
A gaming company utilizes Amazon DynamoDB for storing user data including geographic locations, player statistics, and leaderboards. They require a solution to set up continuous backups to Amazon S3 with minimal coding effort. The backup process should not impact application performance or the provisioned read capacity units. What is the appropriate solution?
A
Deploy an Amazon EMR cluster and utilize an Apache Hive job for backing up data to Amazon S3.
B
Enable continuous backup from DynamoDB to Amazon S3 and activate point-in-time recovery for the table.
C
Set up Amazon DynamoDB Streams and develop an AWS Lambda function to process the stream and back up data to an Amazon S3 bucket.
D
Develop an AWS Lambda function for regular data export from DynamoDB to Amazon S3 and enable point-in-time recovery for the table.