Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以确定 AWS EBS 快照所在的区域?
一位合作者与我共享了一个 ebs 快照,但是当我将它附加到我的实例(在 USEAST-1d 中)时,我的传输速率非常慢。我想知道快照是否存在于其他地方,但找不到检查它的方法。
快照在 Amazon EC2 区域范围内运行。您不能从位于不同区域的快照创建卷。由于您能够在 US-East-1A 中创建卷,因此我假设您的快照也位于 US-East 区域。
此外,正如 eric 所提到的,无法直接将快照附加到 EC2,您必须创建一个 EBS 卷,然后将该卷附加到 EC2 实例