I'm trying to backup my DynamoDB table that was originally created over a year ago using DynamoDBs new "backup" feature. However when I go to create the backup, I get the following error message:
Backups are being enabled for the table: prod-supercoolsoftware-stuff. Please
retry later (Service: AmazonDynamoDBv2; Status Code: 400; Error Code:
ContinuousBackupsUnavailableException; Request ID:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
However, when I backup a table made just yesterday on the same account in the same region, it works.
Will my table eventually be able to be backed up? Or do I need to figure out how to create a new table and migrate the data over to it (yuck!)?
Edit: backups are now enabled for my tables 12/26/17