简体   繁体   English

在us-east-2区域的AWS控制台中找不到“删除备份”选项

[英]“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. 我为DynamoDB表(xyz)创建了按需备份,该表在'us-east-2'区域中可用。 Unable to delete the backup from AWS Console. 无法从AWS控制台删除备份。 Please find the below attached file. 请找到以下附件。 we can't see the 'delete backup' button on AWS Console 我们在AWS控制台上看不到“删除备份”按钮

找不到删除的备份

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. 实际上,UI中缺少“ Delete Backup按钮。 I believe this is AWS bug. 我相信这是AWS错误。 Meanwhile, you can use CLI to delete the backup. 同时,您可以使用CLI删除备份。

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

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 aws ec2 us-east-2是无效的区域选择 - aws ec2 us-east-2 is an invalid region choice AWS Codebuild - UPLOAD_ARTIFACTS 阶段出错:BucketRegionError:区域不正确,存储桶不在端点的“us-east-2”区域 - AWS Codebuild - Error in UPLOAD_ARTIFACTS phase: BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint 跨 AWS 区域迁移:us-east-1 到 us-east-2 - Moving Across AWS Regions: us-east-1 to us-east-2 aws ecr get-login-password --region us-east-2 出错 | docker login --username AWS --password-stdin - Getting error on aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 提供的区域名称“美国东部(俄亥俄)us-east-2”与支持的格式不匹配 - Provided region_name 'US East (Ohio) us-east-2' doesn't match a supported format 在us-east-2中将DynamoDB导出到S3 AWS Data Pipeline - Export DynamoDB to S3 AWS Data Pipeline in us-east-2 us-east-1和us-east-2中的AWS API网关高可用性设置 - AWS API gateway High Availability setup in us-east-1 and us-east-2 Python Boto3 在 us-east-1 和 us-east-2 中存储桶的 AWS S3 预签名 url 响应存在差异 - Python Boto3 there is a difference in AWS S3 presign url response for bucket in us-east-1 and us-east-2 如何在us-east-2中列出存储桶的AWS S3文件? - How do I list AWS S3 files for a bucket in us-east-2? 554 消息被拒绝:Email 地址未验证。 以下身份未能通过 US-EAST-2 区域的检查:someemail@gmail.com - 554 Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-2: someemail@gmail.com
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM