Question 78 of 80
Single answerWhat is the MOST operationally efficient solution that meets these requirements?
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. Store the backup in an Amazon S3 bucket. Set an S3 Lifecycle configuration for the S3 bucket.
DCreate an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke an AWS Lambda function. Configure the Lambda function to back up the table and to store the backup in an Amazon S3 bucket. Set an S3 Lifecycle configuration for the S3 bucket.
✓
Correct Answer: B
Use AWS Backup to create backup schedules and retention policies for the table.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of AWS certification topics.