AWS Certified Solutions Architect – Associate (SAA-C02) — Question 775

A gaming company uses Amazon DynamoDB to store user information such as geographic location, player data, and leaderboards. The company needs to configure continuous backups to an Amazon S3 bucket with a minimal amount of coding. The backups must not affect availability of the application and must not affect the read capacity units (RCUs) that are defined for the table.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Exporting DynamoDB table data directly to Amazon S3 using Point-in-Time Recovery (PITR) is a native feature that requires zero coding and does not consume any of the table's provisioned Read Capacity Units (RCUs). Other solutions involving AWS Lambda, DynamoDB Streams, or Amazon EMR require writing custom code and can impact table performance or consume read capacity during data extraction.