I am trying to export data from a DynamoDB table for the last 15 days, but unfortunately, the point in time recovery is not active. So I can't use the new DynamoDB export to S3 feature because it's not retroactive.
I have tried using the AWS Data Pipeline to export the DynamoDB data to S3 but is it retroactive?
If so I have tried to export the data but the Pipeline is failing with the TableBackupActivity with a status of cancelled. Didn't find anything in the log bucket nor in the Data Pipeline console but only this
@failureReason Resource not healthy: Jobflow retired
How to know if this is due to the Read Capacity Unit of the DynamoDB Table?