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

A company needs to keep user transaction data in an Amazon DynamoDB table. The company must retain the data for 7 years.
What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: D

Explanation

Configuring an Amazon EventBridge rule to trigger an AWS Lambda function automates the scheduled backup of the DynamoDB table to Amazon S3. Utilizing an S3 Lifecycle configuration allows for cost-optimized long-term storage and automatic deletion after the 7-year retention period. Other methods, such as point-in-time recovery, only support retention up to 35 days, while manual console backups lack the operational efficiency of automation.