AWS Certified Data Engineer – Associate (DEA-C01) — Question 173

A company needs a solution to manage costs for an existing Amazon DynamoDB table. The company also needs to control the size of the table. The solution must not disrupt any ongoing read or write operations. The company wants to use a solution that automatically deletes data from the table after 1 month.

Which solution will meet these requirements with the LEAST ongoing maintenance?

Answer options

Correct answer: A

Explanation

The correct answer is A because the DynamoDB TTL feature is specifically designed to automatically expire items based on timestamps, requiring minimal maintenance. Options B, C, and D involve additional complexities such as configuring Lambda functions and scheduling, which would require more ongoing management than the simple TTL feature.