Using Console
Using CLI
YOUR_TABLE_NAME
with the name of the DynamoDB table for which you want to enable continuous backups.PointInTimeRecoverySpecification
shows PointInTimeRecoveryEnabled: true
for the table.By following these steps, you can successfully remediate the misconfiguration of not having continuous backup enabled for an AWS DynamoDB table using AWS CLI.Using Python
'YOUR_TABLE_NAME'
with the actual name of the DynamoDB table for which you want to enable continuous backups.