Question 32:
An application uses DynamoDB to store data. Compliance audit requirements state that all data must be retained for 90 days. What is the optimal solution for these requirements?
Answer options:
A.Enable and configure point-in-time recovery (PITR) on the DynamoDB table. B.Enable DynamoDB Streams on the DynamoDB table. Create a Firehose stream to load the data into an S3 bucket. Create a Lambda function to poll the DynamoDB stream and deliver batch records from streams to Firehose. C.Create a Lambda function to initiate an on-demand snapshot of the DynamoDB table.Trigger the Lambda function using CloudWatch Events. D.Enable and configure DynamoDB backups.