简体   繁体   中英

“Delete Backup” Option is not found in AWS Console in us-east-2 region

I have created on-Demand Backup for a DynamoDB table(xyz) which is available in 'us-east-2' region. Unable to delete the backup from AWS Console. Please find the below attached file. we can't see the 'delete backup' button on AWS Console

找不到删除的备份

I did not see what region you were working on. I was able to reproduce the scenario you described. Indeed, Delete Backup button is missing in UI. I believe this is AWS bug. Meanwhile, you can use CLI to delete the backup.

aws dynamodb delete-backup --region us-east-2 --backup-arn <<Backup_ARN>>

现在,AWS为区域“ us-east-2”添加了“删除备份”选项。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM