SAA-C03 · Question #674
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
The correct answer is B. Use AWS Backup to create backup schedules and retention policies for the table.. We recommend you use AWS Backup to automatically delete the backups that you no longer need by configuring your lifecycle when you created your backup plan. https://docs.aws.amazon.com/aws-backup/latest/devguide/deleting-backups.html
Question
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?
Options
- AUse DynamoDB point-in-time recovery to back up the table continuously.
- BUse AWS Backup to create backup schedules and retention policies for the table.
- CCreate an on-demand backup of the table by using the DynamoDB console.
- DCreate an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke an AWS Lambda
How the community answered
(16 responses)- A6% (1)
- B81% (13)
- D13% (2)
Explanation
We recommend you use AWS Backup to automatically delete the backups that you no longer need by configuring your lifecycle when you created your backup plan. https://docs.aws.amazon.com/aws-backup/latest/devguide/deleting-backups.html
Community Discussion
No community discussion yet for this question.