为什么我无法从 AWS 管理控制台看到 S3 中的 EBS 卷快照?
如果 EBS 卷快照存储在 S3 中,为什么我在 AWS 管理控制台中看不到它们?我在这里错过了什么吗?
If EBS volume snapshots are stored in S3, then why can't I see them in the AWS Management Console? Am I missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
EBS 快照存储在 S3 中,但不存储在用户可见的存储桶中。
要查看快照,请使用 AWS
api
或位于 AWS 控制台的EC2/Snapshots
选项卡中。类似于:https://console.aws。 amazon.com/ec2/home?region=us-east-1#s=Snapshots,具体取决于您所在的区域。EBS snapshots are stored in S3 but not in a user-visible bucket.
To view your snapshots use the AWS
api
or they are in theEC2/Snapshots
tab of the AWS Console. Something like: https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Snapshots, depending on your region.您是否尝试在AWS管理应用程序中“刷新”(我相信它们有一个图标,我并不是说刷新您的浏览器)。这有时会让我感到困惑,因为当事情发生变化时(例如添加新卷、快照等),它不会自动刷新
Did you try "refresh" from within the AWS management app (they have an icon for that I believe, I don't mean refresh your browser). This used to get me sometimes as it doesn't automatically refresh when things change (like adding a new volume, snapshot, etc)
仅引用文档来确认它们在常规 S3 存储桶接口上不可见: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html (存档):
Just a quote from the docs to confirm that they are not visible on the regular S3 bucket interfaces: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html (archive):